Home
last modified time | relevance | path

Searched refs:VISIBILITY_VISIBLE (Results 1 – 16 of 16) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/mmslib/
DDownloads.java757 public static final int VISIBILITY_VISIBLE = DownloadManager.Request.VISIBILITY_VISIBLE; field in Downloads.Impl
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java19 import static android.app.DownloadManager.Request.VISIBILITY_VISIBLE;
459 (visibility == VISIBILITY_VISIBLE in isQueuedAndVisible()
465 (visibility == VISIBILITY_VISIBLE in isActiveAndVisible()
DDownloadInfo.java19 import static android.provider.Downloads.Impl.VISIBILITY_VISIBLE;
262 case VISIBILITY_VISIBLE: in isVisible()
DDownloadReceiver.java205 Downloads.Impl.VISIBILITY_VISIBLE); in hideNotification()
DDownloadProvider.java1208 Request.VISIBILITY_VISIBLE, in checkInsertPermissions()
1213 Request.VISIBILITY_VISIBLE, in checkInsertPermissions()
/packages/apps/Camera2/src/com/android/camera/module/
DModuleController.java31 public static final int VISIBILITY_VISIBLE = 0; field
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppShareInfo.java112 if (mVisibility == BluetoothShare.VISIBILITY_VISIBLE) { in hasCompletionNotification()
DBluetoothShare.java266 public static final int VISIBILITY_VISIBLE = 0; field in BluetoothShare
DBluetoothOppTransferHistory.java114 + BluetoothShare.VISIBILITY + " == '" + BluetoothShare.VISIBILITY_VISIBLE in onCreate()
DBluetoothOppReceiver.java194 && visibility == BluetoothShare.VISIBILITY_VISIBLE) { in onReceive()
DBluetoothOppService.java866 if (info.mVisibility == BluetoothShare.VISIBILITY_VISIBLE in updateShare()
867 && newVisibility != BluetoothShare.VISIBILITY_VISIBLE && ( in updateShare()
DBluetoothOppProvider.java219 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE); in insert()
DBluetoothOppNotification.java68 + BluetoothShare.VISIBILITY_VISIBLE + "'" + ")";
/packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/
DPublicApiAccessTest.java107 values.put(Downloads.Impl.COLUMN_VISIBILITY, Downloads.Impl.VISIBILITY_VISIBLE); in buildValidValues()
/packages/apps/Camera2/src/com/android/camera/
DVideoModule.java1927 enableTorchMode(visibility == ModuleController.VISIBILITY_VISIBLE); in onPreviewVisibilityChanged()
DCameraActivity.java1796 return ModuleController.VISIBILITY_VISIBLE; in getPreviewVisibility()