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;459 (visibility == VISIBILITY_VISIBLE in isQueuedAndVisible()465 (visibility == VISIBILITY_VISIBLE in isActiveAndVisible()
19 import static android.provider.Downloads.Impl.VISIBILITY_VISIBLE;262 case VISIBILITY_VISIBLE: in isVisible()
224 Downloads.Impl.VISIBILITY_VISIBLE); in hideNotification()
1254 Request.VISIBILITY_VISIBLE, in checkInsertPermissions()1259 Request.VISIBILITY_VISIBLE, in checkInsertPermissions()
31 public static final int VISIBILITY_VISIBLE = 0; field
266 public static final int VISIBILITY_VISIBLE = 0; field in BluetoothShare
112 if (mVisibility == BluetoothShare.VISIBILITY_VISIBLE) { in hasCompletionNotification()
114 + BluetoothShare.VISIBILITY + " == '" + BluetoothShare.VISIBILITY_VISIBLE in onCreate()
193 && visibility == BluetoothShare.VISIBILITY_VISIBLE) { in onReceive()
868 if (info.mVisibility == BluetoothShare.VISIBILITY_VISIBLE in updateShare()869 && newVisibility != BluetoothShare.VISIBILITY_VISIBLE && ( in updateShare()
219 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE); in insert()
67 + BluetoothShare.VISIBILITY_VISIBLE + "'" + ")";
86 values.put(Downloads.Impl.COLUMN_VISIBILITY, Downloads.Impl.VISIBILITY_VISIBLE); in buildValidValues()
1927 enableTorchMode(visibility == ModuleController.VISIBILITY_VISIBLE); in onPreviewVisibilityChanged()
1793 return ModuleController.VISIBILITY_VISIBLE; in getPreviewVisibility()