/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/ |
D | SortDimensionTest.java | 48 private static final int VISIBILITY = View.VISIBLE; field in SortDimensionTest 60 .withVisibility(VISIBILITY) in setUp() 71 assertEquals(VISIBILITY, mDimension.getVisibility()); in testBuilder()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppProvider.java | 150 + BluetoothShare.DESTINATION + " TEXT, " + BluetoothShare.VISIBILITY in createTable() 235 BluetoothShare.VISIBILITY, in oppDatabaseMigration() 276 copyInteger(BluetoothShare.VISIBILITY, values, filteredValues); in insert() 278 if (values.getAsInteger(BluetoothShare.VISIBILITY) == null) { in insert() 279 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE); in insert()
|
D | BluetoothOppTransferHistory.java | 114 selection = selection + " AND (" + BluetoothShare.VISIBILITY + " IS NULL OR " in onCreate() 115 + BluetoothShare.VISIBILITY + " == '" + BluetoothShare.VISIBILITY_VISIBLE in onCreate() 128 BluetoothShare.VISIBILITY, in onCreate()
|
D | BluetoothOppReceiver.java | 193 int visibilityColumn = cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY); in onReceive() 201 values.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive() 217 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive()
|
D | BluetoothShare.java | 157 public static final String VISIBILITY = "visibility"; field in BluetoothShare
|
D | BluetoothOppNotification.java | 71 "(" + BluetoothShare.VISIBILITY + " IS NULL OR " + BluetoothShare.VISIBILITY + " == '"
|
D | BluetoothOppService.java | 173 BluetoothShare.VISIBILITY + "=" + BluetoothShare.VISIBILITY_HIDDEN; 775 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY)), in insertShare() 907 int newVisibility = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY)); in updateShare()
|
D | BluetoothOppUtility.java | 323 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in updateVisibilityToHidden()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppReceiverTest.java | 192 new BluetoothOppTestUtils.CursorMockData(BluetoothShare.VISIBILITY, 0, in onReceive_withActionHide_contentUpdate() 210 arg.get(BluetoothShare.VISIBILITY))), any(), any()); in onReceive_withActionHide_contentUpdate() 220 arg.get(BluetoothShare.VISIBILITY))), any(), any()); in onReceive_withActionCompleteHide_contentUpdate()
|
D | BluetoothOppTransferHistoryTest.java | 191 argThat(arg -> Objects.equal(arg.get(BluetoothShare.VISIBILITY), in onOptionsItemSelected_clearAllSelected_promptWarning() 203 argThat(arg -> Objects.equal(arg.get(BluetoothShare.VISIBILITY), in onOptionsItemSelected_clearAllSelected_promptWarning()
|
D | TestActivity.java | 312 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadNotifier.java | 154 final int VISIBILITY = 2; field 446 final int visibility = cursor.getInt(UpdateQuery.VISIBILITY); in buildNotificationTag()
|
/packages/apps/Gallery2/src/com/android/photos/data/ |
D | PhotoDatabase.java | 63 { Albums.VISIBILITY, "INTEGER NOT NULL" },
|
D | PhotoProvider.java | 148 public static final String VISIBILITY = "visibility"; field
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | DataMigrationTest.java | 430 new Pair(BluetoothShare.VISIBILITY, 42),
|