Searched refs:VISIBILITY_VISIBLE (Results 1 – 16 of 16) sorted by relevance
757 public static final int VISIBILITY_VISIBLE = DownloadManager.Request.VISIBILITY_VISIBLE; field in Downloads.Impl
19 import static android.app.DownloadManager.Request.VISIBILITY_VISIBLE;463 (visibility == VISIBILITY_VISIBLE in isQueuedAndVisible()469 (visibility == VISIBILITY_VISIBLE in isActiveAndVisible()
19 import static android.provider.Downloads.Impl.VISIBILITY_VISIBLE;262 case VISIBILITY_VISIBLE: in isVisible()
205 Downloads.Impl.VISIBILITY_VISIBLE); in hideNotification()
1215 Request.VISIBILITY_VISIBLE, in checkInsertPermissions()1220 Request.VISIBILITY_VISIBLE, in checkInsertPermissions()
31 public static final int VISIBILITY_VISIBLE = 0; field
112 if (mVisibility == BluetoothShare.VISIBILITY_VISIBLE) { in hasCompletionNotification()
266 public static final int VISIBILITY_VISIBLE = 0; field in BluetoothShare
114 + BluetoothShare.VISIBILITY + " == '" + BluetoothShare.VISIBILITY_VISIBLE in onCreate()
195 && visibility == BluetoothShare.VISIBILITY_VISIBLE) { in onReceive()
219 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE); in insert()
864 if (info.mVisibility == BluetoothShare.VISIBILITY_VISIBLE in updateShare()865 && newVisibility != BluetoothShare.VISIBILITY_VISIBLE && ( in updateShare()
69 + BluetoothShare.VISIBILITY_VISIBLE + "'" + ")";
107 values.put(Downloads.Impl.COLUMN_VISIBILITY, Downloads.Impl.VISIBILITY_VISIBLE); in buildValidValues()
1915 enableTorchMode(visibility == ModuleController.VISIBILITY_VISIBLE); in onPreviewVisibilityChanged()
1797 return ModuleController.VISIBILITY_VISIBLE; in getPreviewVisibility()