Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/mmslib/
DDownloads.java757 public static final int VISIBILITY_VISIBLE = DownloadManager.Request.VISIBILITY_VISIBLE; field in Downloads.Impl
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSessionTest.java98 int visibility = BluetoothShare.VISIBILITY_VISIBLE; in startThenStop_startsAndStopsClientThread()
166 int visibility = BluetoothShare.VISIBILITY_VISIBLE; in clientThreadSendFile_clientSessionDisconnected_returnsObexDataError()
DBluetoothOppShareInfoTest.java41 private int visibility = BluetoothShare.VISIBILITY_VISIBLE;
DBluetoothOppObexServerSessionTest.java139 int visibility = BluetoothShare.VISIBILITY_VISIBLE; in addShare_updatesShareInfo()
252 int visibility = BluetoothShare.VISIBILITY_VISIBLE; in onPut_returnsObexHttpOk()
DBluetoothOppTransferTest.java75 private final int mVisibility = BluetoothShare.VISIBILITY_VISIBLE;
DBluetoothOppReceiverTest.java245 BluetoothShare.VISIBILITY_VISIBLE), in onReceive_withActionHide_contentUpdate()
/packages/apps/Camera2/src/com/android/camera/module/
DModuleController.java31 public static final int VISIBILITY_VISIBLE = 0; field
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothShare.java211 public static final int VISIBILITY_VISIBLE = 0; field in BluetoothShare
DBluetoothOppShareInfo.java124 if (mVisibility == BluetoothShare.VISIBILITY_VISIBLE) { in hasCompletionNotification()
DBluetoothOppTransferHistory.java137 + BluetoothShare.VISIBILITY_VISIBLE in onCreate()
DBluetoothOppReceiver.java202 && visibility == BluetoothShare.VISIBILITY_VISIBLE) { in onReceive()
DBluetoothOppProvider.java319 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE); in insert()
DBluetoothOppService.java1012 if (info.mVisibility == BluetoothShare.VISIBILITY_VISIBLE in updateShare()
1013 && newVisibility != BluetoothShare.VISIBILITY_VISIBLE in updateShare()
DBluetoothOppNotification.java75 + BluetoothShare.VISIBILITY_VISIBLE
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java19 import static android.app.DownloadManager.Request.VISIBILITY_VISIBLE;
484 (visibility == VISIBILITY_VISIBLE in isQueuedAndVisible()
490 (visibility == VISIBILITY_VISIBLE in isActiveAndVisible()
DDownloadInfo.java19 import static android.provider.Downloads.Impl.VISIBILITY_VISIBLE;
262 case VISIBILITY_VISIBLE: in isVisible()
DDownloadReceiver.java205 Downloads.Impl.VISIBILITY_VISIBLE); in hideNotification()
DDownloadProvider.java1169 Request.VISIBILITY_VISIBLE, in checkInsertPermissions()
1174 Request.VISIBILITY_VISIBLE, in checkInsertPermissions()
/packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/
DPublicApiAccessTest.java107 values.put(Downloads.Impl.COLUMN_VISIBILITY, Downloads.Impl.VISIBILITY_VISIBLE); in buildValidValues()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientService.java230 return visibility == AccountManager.VISIBILITY_VISIBLE in isAuthenticationServiceReady()
/packages/apps/Camera2/src/com/android/camera/
DVideoModule.java1916 enableTorchMode(visibility == ModuleController.VISIBILITY_VISIBLE); in onPreviewVisibilityChanged()
DCameraActivity.java1767 return ModuleController.VISIBILITY_VISIBLE; in getPreviewVisibility()