Searched refs:setDeliveryGroupMatchingKey (Results 1 – 12 of 12) sorted by relevance
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | BroadcastQueueModernImplTest.java | 983 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 D | BroadcastRecordTest.java | 563 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 D | DreamController.java | 122 .setDeliveryGroupMatchingKey(Intent.ACTION_CLOSE_SYSTEM_DIALOGS, in DreamController() 148 options.setDeliveryGroupMatchingKey( in createDreamingStartedStoppedOptions()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | BroadcastOptions.java | 851 public BroadcastOptions setDeliveryGroupMatchingKey(@NonNull String namespace, in setDeliveryGroupMatchingKey() method in BroadcastOptions
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | BatteryService.java | 204 .setDeliveryGroupMatchingKey("android", Intent.ACTION_POWER_CONNECTED) 210 .setDeliveryGroupMatchingKey("android", Intent.ACTION_BATTERY_OKAY)
|
H A D | DropBoxManagerService.java | 316 .setDeliveryGroupMatchingKey(DropBoxManager.ACTION_DROPBOX_ENTRY_ADDED, in createBroadcastOptions()
|
H A D | TelephonyRegistry.java | 3633 .setDeliveryGroupMatchingKey(Intent.ACTION_SERVICE_STATE, in createServiceStateBroadcastOptions()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/ |
H A D | Notifier.java | 248 options.setDeliveryGroupMatchingKey( in createScreenOnOffBroadcastOptions()
|
/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioService.java | 8337 volumeChangedOptions.setDeliveryGroupMatchingKey( in VolumeStreamState() 8346 streamDevicesChangedOptions.setDeliveryGroupMatchingKey( in VolumeStreamState()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | UserManagerService.java | 1295 .setDeliveryGroupMatchingKey( in broadcastProfileAvailabilityChanges()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerService.java | 18482 options.setDeliveryGroupMatchingKey(Intent.ACTION_CLOSE_SYSTEM_DIALOGS, reason); in broadcastCloseSystemDialogs()
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 5284 …method @NonNull public android.app.BroadcastOptions setDeliveryGroupMatchingKey(@NonNull String, @…
|