Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBroadcastQueueModernImplTest.java983 optionsMusicVolumeChanged.setDeliveryGroupMatchingKey("audio", in testDeliveryGroupPolicy_mostRecent()
992 optionsAlarmVolumeChanged.setDeliveryGroupMatchingKey("audio", in testDeliveryGroupPolicy_mostRecent()
1037 .setDeliveryGroupMatchingKey("screenOnOff", Intent.ACTION_SCREEN_ON); in testDeliveryGroupPolicy_diffReceivers()
1076 .setDeliveryGroupMatchingKey("screenOnOff", Intent.ACTION_SCREEN_ON); in testDeliveryGroupPolicy_ordered_diffReceivers()
1115 .setDeliveryGroupMatchingKey("screenOnOff", Intent.ACTION_SCREEN_ON); in testDeliveryGroupPolicy_resultTo_diffReceivers()
1166 .setDeliveryGroupMatchingKey("screenOnOff", Intent.ACTION_SCREEN_ON); in testDeliveryGroupPolicy_prioritized_diffReceivers()
1216 optionsPackageChangedForUid.setDeliveryGroupMatchingKey("package", in testDeliveryGroupPolicy_merged()
1228 optionsPackageChangedForUid.setDeliveryGroupMatchingKey("package", in testDeliveryGroupPolicy_merged()
1382 .setDeliveryGroupMatchingKey(Intent.ACTION_CLOSE_SYSTEM_DIALOGS, "testing"); in testDeliveryGroupPolicy_sameAction_differentMatchingCriteria()
H A DBroadcastRecordTest.java563 options1.setDeliveryGroupMatchingKey(Intent.ACTION_SERVICE_STATE, "key1"); in testMatchesDeliveryGroup_withMatchingKey()
571 options2.setDeliveryGroupMatchingKey(Intent.ACTION_SERVICE_STATE, "key2"); in testMatchesDeliveryGroup_withMatchingKey()
579 options3.setDeliveryGroupMatchingKey(Intent.ACTION_SERVICE_STATE, "key1"); in testMatchesDeliveryGroup_withMatchingKey()
/aosp14/frameworks/base/services/core/java/com/android/server/dreams/
H A DDreamController.java122 .setDeliveryGroupMatchingKey(Intent.ACTION_CLOSE_SYSTEM_DIALOGS, in DreamController()
148 options.setDeliveryGroupMatchingKey( in createDreamingStartedStoppedOptions()
/aosp14/frameworks/base/core/java/android/app/
H A DBroadcastOptions.java851 public BroadcastOptions setDeliveryGroupMatchingKey(@NonNull String namespace, in setDeliveryGroupMatchingKey() method in BroadcastOptions
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java204 .setDeliveryGroupMatchingKey("android", Intent.ACTION_POWER_CONNECTED)
210 .setDeliveryGroupMatchingKey("android", Intent.ACTION_BATTERY_OKAY)
H A DDropBoxManagerService.java316 .setDeliveryGroupMatchingKey(DropBoxManager.ACTION_DROPBOX_ENTRY_ADDED, in createBroadcastOptions()
H A DTelephonyRegistry.java3633 .setDeliveryGroupMatchingKey(Intent.ACTION_SERVICE_STATE, in createServiceStateBroadcastOptions()
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DNotifier.java248 options.setDeliveryGroupMatchingKey( in createScreenOnOffBroadcastOptions()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java8337 volumeChangedOptions.setDeliveryGroupMatchingKey( in VolumeStreamState()
8346 streamDevicesChangedOptions.setDeliveryGroupMatchingKey( in VolumeStreamState()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java1295 .setDeliveryGroupMatchingKey( in broadcastProfileAvailabilityChanges()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java18482 options.setDeliveryGroupMatchingKey(Intent.ACTION_CLOSE_SYSTEM_DIALOGS, reason); in broadcastCloseSystemDialogs()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt5284 …method @NonNull public android.app.BroadcastOptions setDeliveryGroupMatchingKey(@NonNull String, @…