Home
last modified time | relevance | path

Searched refs:setDeliveryGroupMatchingKey (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/core/java/com/android/server/dreams/
DDreamController.java122 .setDeliveryGroupMatchingKey(Intent.ACTION_CLOSE_SYSTEM_DIALOGS, in DreamController()
148 options.setDeliveryGroupMatchingKey( in createDreamingStartedStoppedOptions()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBroadcastQueueModernImplTest.java962 optionsMusicVolumeChanged.setDeliveryGroupMatchingKey("audio", in testDeliveryGroupPolicy_mostRecent()
971 optionsAlarmVolumeChanged.setDeliveryGroupMatchingKey("audio", in testDeliveryGroupPolicy_mostRecent()
1016 .setDeliveryGroupMatchingKey("screenOnOff", Intent.ACTION_SCREEN_ON); in testDeliveryGroupPolicy_diffReceivers()
1055 .setDeliveryGroupMatchingKey("screenOnOff", Intent.ACTION_SCREEN_ON); in testDeliveryGroupPolicy_ordered_diffReceivers()
1094 .setDeliveryGroupMatchingKey("screenOnOff", Intent.ACTION_SCREEN_ON); in testDeliveryGroupPolicy_resultTo_diffReceivers()
1145 .setDeliveryGroupMatchingKey("screenOnOff", Intent.ACTION_SCREEN_ON); in testDeliveryGroupPolicy_prioritized_diffReceivers()
1195 optionsPackageChangedForUid.setDeliveryGroupMatchingKey("package", in testDeliveryGroupPolicy_merged()
1207 optionsPackageChangedForUid.setDeliveryGroupMatchingKey("package", in testDeliveryGroupPolicy_merged()
1361 .setDeliveryGroupMatchingKey(Intent.ACTION_CLOSE_SYSTEM_DIALOGS, "testing"); in testDeliveryGroupPolicy_sameAction_differentMatchingCriteria()
DBroadcastRecordTest.java518 options1.setDeliveryGroupMatchingKey(Intent.ACTION_SERVICE_STATE, "key1"); in testMatchesDeliveryGroup_withMatchingKey()
526 options2.setDeliveryGroupMatchingKey(Intent.ACTION_SERVICE_STATE, "key2"); in testMatchesDeliveryGroup_withMatchingKey()
534 options3.setDeliveryGroupMatchingKey(Intent.ACTION_SERVICE_STATE, "key1"); in testMatchesDeliveryGroup_withMatchingKey()
/frameworks/base/core/java/android/app/
DBroadcastOptions.java854 public BroadcastOptions setDeliveryGroupMatchingKey(@NonNull String namespace, in setDeliveryGroupMatchingKey() method in BroadcastOptions
/frameworks/base/services/core/java/com/android/server/
DBatteryService.java217 .setDeliveryGroupMatchingKey("android", Intent.ACTION_POWER_CONNECTED)
223 .setDeliveryGroupMatchingKey("android", Intent.ACTION_BATTERY_OKAY)
DDropBoxManagerService.java353 .setDeliveryGroupMatchingKey(DropBoxManager.ACTION_DROPBOX_ENTRY_ADDED, in setBroadcastOptionsForDeferral()
DTelephonyRegistry.java3782 .setDeliveryGroupMatchingKey(Intent.ACTION_SERVICE_STATE, in createServiceStateBroadcastOptions()
/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java256 options.setDeliveryGroupMatchingKey( in createScreenOnOffBroadcastOptions()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java8674 volumeChangedOptions.setDeliveryGroupMatchingKey( in VolumeStreamState()
8683 streamDevicesChangedOptions.setDeliveryGroupMatchingKey( in VolumeStreamState()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java1705 .setDeliveryGroupMatchingKey( in broadcastProfileAvailabilityChanges()
/frameworks/base/core/api/
Dcurrent.txt5469 …method @NonNull public android.app.BroadcastOptions setDeliveryGroupMatchingKey(@NonNull String, @…