Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppShareInfo.java110 if (mVisibility == BluetoothShare.VISIBILITY_VISIBLE) { in hasCompletionNotification()
DBluetoothShare.java270 public static final int VISIBILITY_VISIBLE = 0; field in BluetoothShare
DBluetoothOppTransferHistory.java114 + BluetoothShare.VISIBILITY_VISIBLE + "')"; in onCreate()
DBluetoothOppReceiver.java206 && visibility == BluetoothShare.VISIBILITY_VISIBLE) { in onReceive()
DBluetoothOppProvider.java251 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE); in insert()
DBluetoothOppService.java667 if (info.mVisibility == BluetoothShare.VISIBILITY_VISIBLE in updateShare()
668 && newVisibility != BluetoothShare.VISIBILITY_VISIBLE in updateShare()
DBluetoothOppNotification.java62 + BluetoothShare.VISIBILITY + " == '" + BluetoothShare.VISIBILITY_VISIBLE + "'" + ")";
/packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/
DPublicApiAccessTest.java86 values.put(Downloads.Impl.COLUMN_VISIBILITY, Downloads.Impl.VISIBILITY_VISIBLE); in buildValidValues()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadReceiver.java134 Downloads.Impl.VISIBILITY_VISIBLE); in hideNotification()
DDownloadNotification.java53 Downloads.Impl.COLUMN_VISIBILITY + " == '" + Downloads.Impl.VISIBILITY_VISIBLE + "' OR " +
DDownloadProvider.java760 Request.VISIBILITY_VISIBLE, in checkInsertPermissions()
765 Request.VISIBILITY_VISIBLE, in checkInsertPermissions()