Home
last modified time | relevance | path

Searched refs:VISIBILITY_HIDDEN (Results 1 – 17 of 17) 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/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppTransferHistoryTest.java192 BluetoothShare.VISIBILITY_HIDDEN)), any(), any()); in onOptionsItemSelected_clearAllSelected_promptWarning()
204 BluetoothShare.VISIBILITY_HIDDEN)), any(), any()); in onOptionsItemSelected_clearAllSelected_promptWarning()
DBluetoothOppReceiverTest.java209 argThat(arg -> Objects.equal(BluetoothShare.VISIBILITY_HIDDEN, in onReceive_withActionHide_contentUpdate()
219 argThat(arg -> Objects.equal(BluetoothShare.VISIBILITY_HIDDEN, in onReceive_withActionCompleteHide_contentUpdate()
DBluetoothOppShareInfoTest.java90 mBluetoothOppShareInfo.mVisibility = BluetoothShare.VISIBILITY_HIDDEN; in testHasCompletionNotification()
DTestActivity.java312 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
/packages/apps/Camera2/src/com/android/camera/module/
DModuleController.java35 public static final int VISIBILITY_HIDDEN = 2; field
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothShare.java271 public static final int VISIBILITY_HIDDEN = 1; field in BluetoothShare
DBluetoothOppReceiver.java201 values.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive()
217 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive()
DBluetoothOppUtility.java323 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in updateVisibilityToHidden()
DBluetoothOppService.java173 BluetoothShare.VISIBILITY + "=" + BluetoothShare.VISIBILITY_HIDDEN;
/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.java232 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.java768 Downloads.Impl.VISIBILITY_HIDDEN); in insert()
1151 Request.VISIBILITY_HIDDEN, in checkInsertPermissions()
/packages/apps/Camera2/src/com/android/camera/
DCameraActivity.java1780 if (visibility == ModuleController.VISIBILITY_HIDDEN) { in updatePreviewRendering()
1789 return ModuleController.VISIBILITY_HIDDEN; in getPreviewVisibility()
/packages/apps/Camera2/src/com/android/camera/app/
DCameraAppUI.java1083 if (visibility == ModuleController.VISIBILITY_HIDDEN) { in onPreviewVisiblityChanged()