Home
last modified time | relevance | path

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

12345

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetStateMachineTest.java174 mIntentArgument.capture(), eq(UserHandle.ALL), eq(HeadsetService.BLUETOOTH_PERM)); in testStateTransition_DisconnectedToConnecting_Connect()
191 mIntentArgument.capture(), eq(UserHandle.ALL), eq(HeadsetService.BLUETOOTH_PERM)); in testStateTransition_DisconnectedToConnecting_StackConnected()
208 mIntentArgument.capture(), eq(UserHandle.ALL), eq(HeadsetService.BLUETOOTH_PERM)); in testStateTransition_DisconnectedToConnecting_StackConnecting()
242 mIntentArgument.capture(), eq(UserHandle.ALL), eq(HeadsetService.BLUETOOTH_PERM)); in testStateTransition_ConnectingToDisconnected_StackDisconnected()
260 eq(UserHandle.ALL), eq(HeadsetService.BLUETOOTH_PERM)); in testStateTransition_ConnectingToDisconnected_Timeout()
303 mIntentArgument.capture(), eq(UserHandle.ALL), eq(HeadsetService.BLUETOOTH_PERM)); in testStateTransition_ConnectingToConnected_StackSlcConnected()
325 mIntentArgument.capture(), eq(UserHandle.ALL), eq(HeadsetService.BLUETOOTH_PERM)); in testStateTransition_DisconnectingToDisconnected_StackDisconnected()
344 eq(UserHandle.ALL), eq(HeadsetService.BLUETOOTH_PERM)); in testStateTransition_DisconnectingToDisconnected_Timeout()
366 mIntentArgument.capture(), eq(UserHandle.ALL), eq(HeadsetService.BLUETOOTH_PERM)); in testStateTransition_DisconnectingToConnected_StackSlcCconnected()
385 mIntentArgument.capture(), eq(UserHandle.ALL), eq(HeadsetService.BLUETOOTH_PERM)); in testStateTransition_ConnectedToDisconnecting_Disconnect()
[all …]
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DCellBroadcastProvider.java74 private static final int ALL = 0; field in CellBroadcastProvider
140 sUriMatcher.addURI(AUTHORITY, null, ALL); in sUriMatcher.addURI() argument
168 case ALL: in getType()
201 case ALL: in query()
227 case ALL: in insert()
257 case ALL: in delete()
279 case ALL: in update()
349 case ALL: in checkReadPermission()
DCellBroadcastHandler.java518 mContext.createContextAsUser(UserHandle.ALL, 0).sendOrderedBroadcast( in broadcastMessage()
532 mContext.createContextAsUser(UserHandle.ALL, 0).sendOrderedBroadcast( in broadcastMessage()
546 mContext, UserHandle.ALL, message, mOrderedBroadcastReceiver, getHandler(), in broadcastMessage()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DNavigationModeSwitchRule.java21 import static com.android.quickstep.NavigationModeSwitchRule.Mode.ALL;
60 THREE_BUTTON, TWO_BUTTON, ZERO_BUTTON, ALL enumConstant
67 Mode mode() default ALL; in mode() field
105 if (mode == ZERO_BUTTON || mode == ALL) { in apply()
108 if (mode == TWO_BUTTON || mode == ALL) { in apply()
111 if (mode == THREE_BUTTON || mode == ALL) { in apply()
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java556 UserHandle.ALL); in updateCfi()
612 notifyAsUser(null /* tag */, DATA_ROAMING_NOTIFICATION, notif, UserHandle.ALL); in showDataRoamingNotification()
648 cancelAsUser(null, DATA_ROAMING_NOTIFICATION, UserHandle.ALL); in hideDataRoamingNotification()
699 notification, UserHandle.ALL); in showLimitedSimFunctionWarningNotification()
712 LIMITED_SIM_FUNCTION_NOTIFICATION, UserHandle.ALL); in dismissLimitedSimFunctionWarningNotification()
717 LIMITED_SIM_FUNCTION_NOTIFICATION, UserHandle.ALL); in dismissLimitedSimFunctionWarningNotification()
733 LIMITED_SIM_FUNCTION_NOTIFICATION, UserHandle.ALL); in dismissLimitedSimFunctionWarningNotificationForInactiveSubs()
774 UserHandle.ALL); in showNetworkSelection()
785 UserHandle.ALL); in cancelNetworkSelection()
DEmergencyCallbackModeService.java111 UserHandle.ALL); in onDestroy()
227 builder.build(), UserHandle.ALL); in showNotification()
/packages/modules/DnsResolver/
DNOTICE200 THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
201 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
313 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
314 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
330 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
331 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
347 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
348 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
364 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
365 REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
[all …]
/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/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/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/
DSendTestMessages.java436 activity.sendOrderedBroadcastAsUser(intent, UserHandle.ALL, Manifest.permission.RECEIVE_SMS, in sendBroadcast()
468 activity.sendOrderedBroadcastAsUser(intent, UserHandle.ALL, Manifest.permission.RECEIVE_SMS, in testSendMessage7bitMultipageGsm()
/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/services/Telecomm/src/com/android/server/telecom/
DDefaultDialerCache.java163 context.registerReceiverAsUser(mReceiver, UserHandle.ALL, packageIntentFilter, null, null); in DefaultDialerCache()
166 context.registerReceiverAsUser(mReceiver, UserHandle.ALL, bootIntentFilter, null, null); in DefaultDialerCache()
/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.java625 mService.sendBroadcastAsUser(intent, UserHandle.ALL, AdapterService.BLUETOOTH_PERM); in sendConnectionStateChange()
786 mService.sendBroadcastAsUser(intent, UserHandle.ALL, in adapterPropertyChangedCallback()
797 mService.sendBroadcastAsUser(intent, UserHandle.ALL, in adapterPropertyChangedCallback()
/packages/apps/Settings/src/com/android/settings/display/darkmode/
DDarkModeSettingsFragment.java28 @SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
/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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/batterysaver/
DBatterySaverSettings.java36 @SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
/packages/apps/Settings/src/com/android/settings/display/
DAutoBrightnessSettings.java32 @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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/defaultapps/
DAutofillPicker.java33 @SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)

12345