Home
last modified time | relevance | path

Searched refs:VISIBILITY_HIDDEN (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java208 values.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive()
218 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive()
DBluetoothShare.java275 public static final int VISIBILITY_HIDDEN = 1; field in BluetoothShare
DBluetoothOppIncomingFileConfirmActivity.java169 mUpdateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onKeyDown()
DBluetoothOppUtility.java241 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in updateVisibilityToHidden()
DTestActivity.java309 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
DBluetoothOppService.java904 BluetoothShare.VISIBILITY_HIDDEN; in trimDatabase()
/packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/
DPublicApiAccessTest.java111 values.put(Downloads.Impl.COLUMN_VISIBILITY, Downloads.Impl.VISIBILITY_HIDDEN); in testInvalidVisibility()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadProvider.java571 Downloads.Impl.VISIBILITY_HIDDEN); in insert()
764 Request.VISIBILITY_HIDDEN, in checkInsertPermissions()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DActionBatch.java175 ? Request.VISIBILITY_VISIBLE : Request.VISIBILITY_HIDDEN); in execute()
DUpdateHandler.java242 ? Request.VISIBILITY_VISIBLE : Request.VISIBILITY_HIDDEN); in updateClientsWithMetadataUri()
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DPublicApiFunctionalTest.java619 getRequest().setNotificationVisibility(DownloadManager.Request.VISIBILITY_HIDDEN)); in testNotificationNever()