Home
last modified time | relevance | path

Searched refs:ALL (Results 1 – 25 of 112) sorted by relevance

12345

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetStateMachineTest.java170 mIntentArgument.capture(), eq(UserHandle.ALL), eq(HeadsetService.BLUETOOTH_PERM)); in testStateTransition_DisconnectedToConnecting_Connect()
187 mIntentArgument.capture(), eq(UserHandle.ALL), eq(HeadsetService.BLUETOOTH_PERM)); in testStateTransition_DisconnectedToConnecting_StackConnected()
204 mIntentArgument.capture(), eq(UserHandle.ALL), eq(HeadsetService.BLUETOOTH_PERM)); in testStateTransition_DisconnectedToConnecting_StackConnecting()
238 mIntentArgument.capture(), eq(UserHandle.ALL), eq(HeadsetService.BLUETOOTH_PERM)); in testStateTransition_ConnectingToDisconnected_StackDisconnected()
256 eq(UserHandle.ALL), eq(HeadsetService.BLUETOOTH_PERM)); in testStateTransition_ConnectingToDisconnected_Timeout()
299 mIntentArgument.capture(), eq(UserHandle.ALL), eq(HeadsetService.BLUETOOTH_PERM)); in testStateTransition_ConnectingToConnected_StackSlcConnected()
321 mIntentArgument.capture(), eq(UserHandle.ALL), eq(HeadsetService.BLUETOOTH_PERM)); in testStateTransition_DisconnectingToDisconnected_StackDisconnected()
340 eq(UserHandle.ALL), eq(HeadsetService.BLUETOOTH_PERM)); in testStateTransition_DisconnectingToDisconnected_Timeout()
362 mIntentArgument.capture(), eq(UserHandle.ALL), eq(HeadsetService.BLUETOOTH_PERM)); in testStateTransition_DisconnectingToConnected_StackSlcCconnected()
381 mIntentArgument.capture(), eq(UserHandle.ALL), eq(HeadsetService.BLUETOOTH_PERM)); in testStateTransition_ConnectedToDisconnecting_Disconnect()
[all …]
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DNavigationModeSwitchRule.java21 import static com.android.quickstep.NavigationModeSwitchRule.Mode.ALL;
59 THREE_BUTTON, TWO_BUTTON, ZERO_BUTTON, ALL enumConstant
66 Mode mode() default ALL; in mode() field
95 if (mode == ZERO_BUTTON || mode == ALL) { in apply()
98 if (mode == TWO_BUTTON || mode == ALL) { in apply()
101 if (mode == THREE_BUTTON || mode == ALL) { in apply()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DSilenceDeviceManagerTest.java120 intentArgument.capture(), eq(UserHandle.ALL), in testSetGetDeviceSilenceConnectedCase()
132 intentArgument.capture(), eq(UserHandle.ALL), in testSetGetDeviceSilenceConnectedCase()
146 intentArgument.capture(), eq(UserHandle.ALL), in testSetGetDeviceSilenceConnectedCase()
160 intentArgument.capture(), eq(UserHandle.ALL), in testSetGetDeviceSilenceDisconnectedCase()
/packages/apps/Nfc/src/com/android/nfc/
DRegisteredComponentCache.java75 mContext.registerReceiverAsUser(receiver, UserHandle.ALL, intentFilter, null, null); in RegisteredComponentCache()
80 mContext.registerReceiverAsUser(receiver, UserHandle.ALL, sdFilter, null, null); in RegisteredComponentCache()
84 mContext.registerReceiverAsUser(receiver, UserHandle.ALL, userFilter, null, null); in RegisteredComponentCache()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAreaInfoReceiver.java47 context.sendBroadcastAsUser(areaInfoIntent, UserHandle.ALL, in onReceive()
49 context.sendBroadcastAsUser(areaInfoIntent, UserHandle.ALL, in onReceive()
/packages/apps/Gallery/src/com/android/camera/
DImageManager.java123 public static enum DataLocation { NONE, INTERNAL, EXTERNAL, ALL } enumConstant
311 if (location == DataLocation.INTERNAL || location == DataLocation.ALL) { in makeImageList()
351 return makeImageList(cr, DataLocation.ALL, INCLUDE_IMAGES, sort, in makeImageList()
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java548 UserHandle.ALL); in updateCfi()
590 null /* tag */, DATA_DISCONNECTED_ROAMING_NOTIFICATION, notif, UserHandle.ALL); in showDataDisconnectedRoaming()
636 UserHandle.ALL); in showNetworkSelection()
647 UserHandle.ALL); in cancelNetworkSelection()
/packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/
DSendTestMessages.java437 activity.sendOrderedBroadcastAsUser(intent, UserHandle.ALL, Manifest.permission.RECEIVE_SMS, in sendBroadcast()
469 activity.sendOrderedBroadcastAsUser(intent, UserHandle.ALL, Manifest.permission.RECEIVE_SMS, in testSendMessage7bitMultipageGsm()
/packages/services/Telecomm/src/com/android/server/telecom/
DDefaultDialerCache.java156 context.registerReceiverAsUser(mReceiver, UserHandle.ALL, packageIntentFilter, null, null); in DefaultDialerCache()
159 context.registerReceiverAsUser(mReceiver, UserHandle.ALL, bootIntentFilter, null, null); in DefaultDialerCache()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/
DBatteryUtils.java71 StatusType.ALL
77 int ALL = 3; field
122 case StatusType.ALL: in getProcessTimeMs()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryUtils.java76 StatusType.ALL
82 int ALL = 3; field
127 case StatusType.ALL: in getProcessTimeMs()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterProperties.java624 mService.sendBroadcastAsUser(intent, UserHandle.ALL, AdapterService.BLUETOOTH_PERM); in sendConnectionStateChange()
785 mService.sendBroadcastAsUser(intent, UserHandle.ALL, in adapterPropertyChangedCallback()
796 mService.sendBroadcastAsUser(intent, UserHandle.ALL, in adapterPropertyChangedCallback()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DHostEmulationManager.java141 mContext.sendBroadcastAsUser(intent, UserHandle.ALL); in onHostEmulationActivated()
297 mContext.sendBroadcastAsUser(intent, UserHandle.ALL); in onOffHostAidSelected()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/
DAutoBrightnessSettings.java32 @SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
DAdaptiveSleepSettings.java33 @SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
/packages/apps/Settings/src/com/android/settings/display/
DAutoBrightnessSettings.java32 @SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
DAdaptiveSleepSettings.java33 @SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/batterysaver/
DBatterySaverSettings.java36 @SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/
DMobileNetworkListFragment.java32 @SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
/packages/apps/Settings/src/com/android/settings/applications/defaultapps/
DAutofillPicker.java33 @SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
/packages/apps/Settings/src/com/android/settings/network/
DMobileNetworkListFragment.java33 @SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
/packages/apps/Settings/src/com/android/settings/location/
DScanningSettings.java37 @SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/defaultapps/
DAutofillPicker.java33 @SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/location/
DScanningSettings.java37 @SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/specialaccess/deviceadmin/
DDeviceAdminListPreferenceControllerTest.java73 verify(mContext).registerReceiverAsUser(any(BroadcastReceiver.class), eq(UserHandle.ALL), in onStart_registerReceiver()

12345