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/
DBluetoothOppReceiver.java196 int visibilityColumn = cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY); in onReceive()
204 values.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive()
221 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive()
233 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive()
245 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive()
DBluetoothOppProvider.java163 + BluetoothShare.VISIBILITY in createTable()
269 BluetoothShare.VISIBILITY, in oppDatabaseMigration()
316 copyInteger(BluetoothShare.VISIBILITY, values, filteredValues); in insert()
318 if (values.getAsInteger(BluetoothShare.VISIBILITY) == null) { in insert()
319 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE); in insert()
DBluetoothOppTransferHistory.java133 + BluetoothShare.VISIBILITY in onCreate()
135 + BluetoothShare.VISIBILITY in onCreate()
153 BluetoothShare.VISIBILITY, in onCreate()
DBluetoothShare.java128 public static final String VISIBILITY = "visibility"; field in BluetoothShare
DBluetoothOppService.java169 BluetoothShare.VISIBILITY + "=" + BluetoothShare.VISIBILITY_HIDDEN;
857 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY)), in insertShare()
1006 int newVisibility = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY)); in updateShare()
DBluetoothOppNotification.java71 + BluetoothShare.VISIBILITY
73 + BluetoothShare.VISIBILITY
DBluetoothOppUtility.java331 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in updateVisibilityToHidden()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppReceiverTest.java243 BluetoothShare.VISIBILITY, in onReceive_withActionHide_contentUpdate()
270 arg.get(BluetoothShare.VISIBILITY))), in onReceive_withActionHide_contentUpdate()
289 arg.get(BluetoothShare.VISIBILITY))), in onReceive_withActionCompleteHide_makeAllVisibilityHidden()
308 arg.get(BluetoothShare.VISIBILITY))), in onReceive_withActionHideCompletedInboundTransfer_makesInboundVisibilityHidden()
327 arg.get(BluetoothShare.VISIBILITY))), in onReceive_withActionHideCompletedOutboundTransfer_makesOutboundVisibilityHidden()
DBluetoothOppTransferHistoryTest.java222 arg.get(BluetoothShare.VISIBILITY), in onOptionsItemSelected_clearAllSelected_promptWarning()
245 arg.get(BluetoothShare.VISIBILITY), in onOptionsItemSelected_clearAllSelected_promptWarning()
DTestActivity.java327 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
/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/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java163 final int VISIBILITY = 2; field
459 final int visibility = cursor.getInt(UpdateQuery.VISIBILITY); in buildNotificationTag()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DDataMigrationTest.java421 new Pair(BluetoothShare.VISIBILITY, 42),