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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppShareInfo.java112 if (mVisibility == BluetoothShare.VISIBILITY_VISIBLE) {
H A DBluetoothShare.java270 public static final int VISIBILITY_VISIBLE = 0; field in class:BluetoothShare
H A DBluetoothOppTransferHistory.java114 + BluetoothShare.VISIBILITY_VISIBLE + "')";
H A DBluetoothOppProvider.java251 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE);
H A DBluetoothOppReceiver.java206 && visibility == BluetoothShare.VISIBILITY_VISIBLE) {
H A DBluetoothOppService.java696 if (info.mVisibility == BluetoothShare.VISIBILITY_VISIBLE
697 && newVisibility != BluetoothShare.VISIBILITY_VISIBLE
H A DBluetoothOppNotification.java62 + BluetoothShare.VISIBILITY + " == '" + BluetoothShare.VISIBILITY_VISIBLE + "'" + ")";
/packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/
H A DPublicApiAccessTest.java86 values.put(Downloads.Impl.COLUMN_VISIBILITY, Downloads.Impl.VISIBILITY_VISIBLE);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadNotifier.java19 import static android.app.DownloadManager.Request.VISIBILITY_VISIBLE;
309 (download.mVisibility == VISIBILITY_VISIBLE
H A DDownloadReceiver.java155 Downloads.Impl.VISIBILITY_VISIBLE);
H A DDownloadProvider.java755 Request.VISIBILITY_VISIBLE,
760 Request.VISIBILITY_VISIBLE,

Completed in 51 milliseconds