Searched refs:VISIBILITY_HIDDEN (Results 1 – 11 of 11) sorted by relevance
208 values.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive()218 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onReceive()
275 public static final int VISIBILITY_HIDDEN = 1; field in BluetoothShare
169 mUpdateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in onKeyDown()
241 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN); in updateVisibilityToHidden()
309 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
904 BluetoothShare.VISIBILITY_HIDDEN; in trimDatabase()
111 values.put(Downloads.Impl.COLUMN_VISIBILITY, Downloads.Impl.VISIBILITY_HIDDEN); in testInvalidVisibility()
571 Downloads.Impl.VISIBILITY_HIDDEN); in insert()764 Request.VISIBILITY_HIDDEN, in checkInsertPermissions()
175 ? Request.VISIBILITY_VISIBLE : Request.VISIBILITY_HIDDEN); in execute()
242 ? Request.VISIBILITY_VISIBLE : Request.VISIBILITY_HIDDEN); in updateClientsWithMetadataUri()
619 getRequest().setNotificationVisibility(DownloadManager.Request.VISIBILITY_HIDDEN)); in testNotificationNever()