Home
last modified time | relevance | path

Searched refs:VISIBILITY (Results 1 – 15 of 15) sorted by relevance

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
DSortDimensionTest.java48 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/
DBluetoothOppProvider.java150 + 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()
DBluetoothOppTransferHistory.java114 selection = selection + " AND (" + BluetoothShare.VISIBILITY + " IS NULL OR " in onCreate()
115 + BluetoothShare.VISIBILITY + " == '" + BluetoothShare.VISIBILITY_VISIBLE in onCreate()
128 BluetoothShare.VISIBILITY, in onCreate()
DBluetoothOppReceiver.java193 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()
DBluetoothShare.java157 public static final String VISIBILITY = "visibility"; field in BluetoothShare
DBluetoothOppNotification.java71 "(" + BluetoothShare.VISIBILITY + " IS NULL OR " + BluetoothShare.VISIBILITY + " == '"
DBluetoothOppService.java173 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()
DBluetoothOppUtility.java323 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in updateVisibilityToHidden()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppReceiverTest.java192 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()
DBluetoothOppTransferHistoryTest.java191 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()
DTestActivity.java312 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java154 final int VISIBILITY = 2; field
446 final int visibility = cursor.getInt(UpdateQuery.VISIBILITY); in buildNotificationTag()
/packages/apps/Gallery2/src/com/android/photos/data/
DPhotoDatabase.java63 { Albums.VISIBILITY, "INTEGER NOT NULL" },
DPhotoProvider.java148 public static final String VISIBILITY = "visibility"; field
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DDataMigrationTest.java430 new Pair(BluetoothShare.VISIBILITY, 42),