/packages/apps/Messaging/src/com/android/messaging/mmslib/ |
D | Downloads.java | 757 public static final int VISIBILITY_VISIBLE = DownloadManager.Request.VISIBILITY_VISIBLE; field in Downloads.Impl
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppObexClientSessionTest.java | 98 int visibility = BluetoothShare.VISIBILITY_VISIBLE; in startThenStop_startsAndStopsClientThread() 166 int visibility = BluetoothShare.VISIBILITY_VISIBLE; in clientThreadSendFile_clientSessionDisconnected_returnsObexDataError()
|
D | BluetoothOppShareInfoTest.java | 41 private int visibility = BluetoothShare.VISIBILITY_VISIBLE;
|
D | BluetoothOppObexServerSessionTest.java | 139 int visibility = BluetoothShare.VISIBILITY_VISIBLE; in addShare_updatesShareInfo() 252 int visibility = BluetoothShare.VISIBILITY_VISIBLE; in onPut_returnsObexHttpOk()
|
D | BluetoothOppTransferTest.java | 75 private final int mVisibility = BluetoothShare.VISIBILITY_VISIBLE;
|
D | BluetoothOppReceiverTest.java | 245 BluetoothShare.VISIBILITY_VISIBLE), in onReceive_withActionHide_contentUpdate()
|
/packages/apps/Camera2/src/com/android/camera/module/ |
D | ModuleController.java | 31 public static final int VISIBILITY_VISIBLE = 0; field
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothShare.java | 211 public static final int VISIBILITY_VISIBLE = 0; field in BluetoothShare
|
D | BluetoothOppShareInfo.java | 124 if (mVisibility == BluetoothShare.VISIBILITY_VISIBLE) { in hasCompletionNotification()
|
D | BluetoothOppTransferHistory.java | 137 + BluetoothShare.VISIBILITY_VISIBLE in onCreate()
|
D | BluetoothOppReceiver.java | 202 && visibility == BluetoothShare.VISIBILITY_VISIBLE) { in onReceive()
|
D | BluetoothOppProvider.java | 319 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE); in insert()
|
D | BluetoothOppService.java | 1012 if (info.mVisibility == BluetoothShare.VISIBILITY_VISIBLE in updateShare() 1013 && newVisibility != BluetoothShare.VISIBILITY_VISIBLE in updateShare()
|
D | BluetoothOppNotification.java | 75 + BluetoothShare.VISIBILITY_VISIBLE
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadNotifier.java | 19 import static android.app.DownloadManager.Request.VISIBILITY_VISIBLE; 484 (visibility == VISIBILITY_VISIBLE in isQueuedAndVisible() 490 (visibility == VISIBILITY_VISIBLE in isActiveAndVisible()
|
D | DownloadInfo.java | 19 import static android.provider.Downloads.Impl.VISIBILITY_VISIBLE; 262 case VISIBILITY_VISIBLE: in isVisible()
|
D | DownloadReceiver.java | 205 Downloads.Impl.VISIBILITY_VISIBLE); in hideNotification()
|
D | DownloadProvider.java | 1169 Request.VISIBILITY_VISIBLE, in checkInsertPermissions() 1174 Request.VISIBILITY_VISIBLE, in checkInsertPermissions()
|
/packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/ |
D | PublicApiAccessTest.java | 107 values.put(Downloads.Impl.COLUMN_VISIBILITY, Downloads.Impl.VISIBILITY_VISIBLE); in buildValidValues()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/ |
D | PbapClientService.java | 230 return visibility == AccountManager.VISIBILITY_VISIBLE in isAuthenticationServiceReady()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | VideoModule.java | 1916 enableTorchMode(visibility == ModuleController.VISIBILITY_VISIBLE); in onPreviewVisibilityChanged()
|
D | CameraActivity.java | 1767 return ModuleController.VISIBILITY_VISIBLE; in getPreviewVisibility()
|