Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/mmslib/
DDownloads.java769 public static final int VISIBILITY_HIDDEN = DownloadManager.Request.VISIBILITY_HIDDEN; field in Downloads.Impl
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java196 values.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive()
210 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive()
DBluetoothShare.java271 public static final int VISIBILITY_HIDDEN = 1; field in BluetoothShare
DTestActivity.java313 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
DBluetoothOppUtility.java300 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in updateVisibilityToHidden()
DBluetoothOppService.java152 BluetoothShare.VISIBILITY + "=" + BluetoothShare.VISIBILITY_HIDDEN;
/packages/apps/Camera2/src/com/android/camera/module/
DModuleController.java35 public static final int VISIBILITY_HIDDEN = 2; field
/packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/
DPublicApiAccessTest.java136 values.put(Downloads.Impl.COLUMN_VISIBILITY, Downloads.Impl.VISIBILITY_HIDDEN); in testInvalidVisibility()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DActionBatch.java144 request.setNotificationVisibility(Request.VISIBILITY_HIDDEN); in execute()
DUpdateHandler.java238 metadataRequest.setNotificationVisibility(Request.VISIBILITY_HIDDEN); in updateClientsWithMetadataUri()
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DPublicApiFunctionalTest.java649 getRequest().setNotificationVisibility(DownloadManager.Request.VISIBILITY_HIDDEN)); in testNotificationNever()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadProvider.java767 Downloads.Impl.VISIBILITY_HIDDEN); in insert()
1207 Request.VISIBILITY_HIDDEN, in checkInsertPermissions()
/packages/apps/Camera2/src/com/android/camera/
DCameraActivity.java1783 if (visibility == ModuleController.VISIBILITY_HIDDEN) { in updatePreviewRendering()
1792 return ModuleController.VISIBILITY_HIDDEN; in getPreviewVisibility()
/packages/apps/Camera2/src/com/android/camera/app/
DCameraAppUI.java1082 if (visibility == ModuleController.VISIBILITY_HIDDEN) { in onPreviewVisiblityChanged()