/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 | BluetoothOppReceiver.java | 196 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()
|
D | BluetoothOppProvider.java | 163 + 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()
|
D | BluetoothOppTransferHistory.java | 133 + BluetoothShare.VISIBILITY in onCreate() 135 + BluetoothShare.VISIBILITY in onCreate() 153 BluetoothShare.VISIBILITY, in onCreate()
|
D | BluetoothShare.java | 128 public static final String VISIBILITY = "visibility"; field in BluetoothShare
|
D | BluetoothOppService.java | 169 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()
|
D | BluetoothOppNotification.java | 71 + BluetoothShare.VISIBILITY 73 + BluetoothShare.VISIBILITY
|
D | BluetoothOppUtility.java | 331 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in updateVisibilityToHidden()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppReceiverTest.java | 243 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()
|
D | BluetoothOppTransferHistoryTest.java | 222 arg.get(BluetoothShare.VISIBILITY), in onOptionsItemSelected_clearAllSelected_promptWarning() 245 arg.get(BluetoothShare.VISIBILITY), in onOptionsItemSelected_clearAllSelected_promptWarning()
|
D | TestActivity.java | 327 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
|
/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/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadNotifier.java | 163 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/ |
D | DataMigrationTest.java | 421 new Pair(BluetoothShare.VISIBILITY, 42),
|