Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java204 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()
DBluetoothShare.java214 public static final int VISIBILITY_HIDDEN = 1; field in BluetoothShare
DBluetoothOppUtility.java331 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in updateVisibilityToHidden()
DBluetoothOppService.java169 BluetoothShare.VISIBILITY + "=" + BluetoothShare.VISIBILITY_HIDDEN;
/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/
DBluetoothOppReceiverTest.java269 BluetoothShare.VISIBILITY_HIDDEN, in onReceive_withActionHide_contentUpdate()
288 BluetoothShare.VISIBILITY_HIDDEN, in onReceive_withActionCompleteHide_makeAllVisibilityHidden()
307 BluetoothShare.VISIBILITY_HIDDEN, in onReceive_withActionHideCompletedInboundTransfer_makesInboundVisibilityHidden()
326 BluetoothShare.VISIBILITY_HIDDEN, in onReceive_withActionHideCompletedOutboundTransfer_makesOutboundVisibilityHidden()
DBluetoothOppTransferHistoryTest.java223 BluetoothShare.VISIBILITY_HIDDEN)), in onOptionsItemSelected_clearAllSelected_promptWarning()
246 BluetoothShare.VISIBILITY_HIDDEN)), in onOptionsItemSelected_clearAllSelected_promptWarning()
DBluetoothOppShareInfoTest.java103 mBluetoothOppShareInfo.mVisibility = BluetoothShare.VISIBILITY_HIDDEN; in testHasCompletionNotification()
DTestActivity.java327 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/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/apps/Camera2/src/com/android/camera/
DCameraActivity.java1754 if (visibility == ModuleController.VISIBILITY_HIDDEN) { in updatePreviewRendering()
1763 return ModuleController.VISIBILITY_HIDDEN; in getPreviewVisibility()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadProvider.java785 Downloads.Impl.VISIBILITY_HIDDEN); in insert()
1168 Request.VISIBILITY_HIDDEN, in checkInsertPermissions()
/packages/apps/Camera2/src/com/android/camera/app/
DCameraAppUI.java1083 if (visibility == ModuleController.VISIBILITY_HIDDEN) { in onPreviewVisiblityChanged()