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

/packages/apps/Camera2/src/com/android/camera/module/
H A DModuleController.java31 public static final int VISIBILITY_VISIBLE = 0; field in interface:ModuleController
72 * {@link #VISIBILITY_VISIBLE}, {@link #VISIBILITY_COVERED},
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppShareInfo.java112 if (mVisibility == BluetoothShare.VISIBILITY_VISIBLE) {
H A DBluetoothShare.java264 public static final int VISIBILITY_VISIBLE = 0; field in class:BluetoothShare
H A DBluetoothOppReceiver.java174 && visibility == BluetoothShare.VISIBILITY_VISIBLE) {
H A DBluetoothOppTransferHistory.java116 + BluetoothShare.VISIBILITY_VISIBLE + "')";
H A DBluetoothOppProvider.java239 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE);
H A DBluetoothOppNotification.java67 + BluetoothShare.VISIBILITY + " == '" + BluetoothShare.VISIBILITY_VISIBLE + "'" + ")";
H A DBluetoothOppService.java757 if (info.mVisibility == BluetoothShare.VISIBILITY_VISIBLE
758 && newVisibility != BluetoothShare.VISIBILITY_VISIBLE
/packages/apps/Messaging/src/com/android/messaging/mmslib/
H A DDownloads.java757 public static final int VISIBILITY_VISIBLE = DownloadManager.Request.VISIBILITY_VISIBLE; field in class:Downloads.Impl
/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;
459 (visibility == VISIBILITY_VISIBLE
465 (visibility == VISIBILITY_VISIBLE
H A DDownloadInfo.java19 import static android.provider.Downloads.Impl.VISIBILITY_VISIBLE;
257 case VISIBILITY_VISIBLE:
H A DDownloadReceiver.java211 Downloads.Impl.VISIBILITY_VISIBLE);
H A DDownloadProvider.java856 Request.VISIBILITY_VISIBLE,
861 Request.VISIBILITY_VISIBLE,
/packages/apps/Camera2/src/com/android/camera/
H A DVideoModule.java1926 enableTorchMode(visibility == ModuleController.VISIBILITY_VISIBLE);
H A DCameraActivity.java1760 return ModuleController.VISIBILITY_VISIBLE;

Completed in 209 milliseconds