Home
last modified time | relevance | path

Searched refs:broadcastStickyIntentToCurrentProfileGroup (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
H A DAudioDeviceBrokerTest.java190 doNothing().when(mSpySystemServer).broadcastStickyIntentToCurrentProfileGroup( in testSetWiredDeviceConnectionState()
198 verify(mSpySystemServer, times(1)).broadcastStickyIntentToCurrentProfileGroup( in testSetWiredDeviceConnectionState()
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DSystemServerAdapter.java99 public void broadcastStickyIntentToCurrentProfileGroup(Intent intent) { in broadcastStickyIntentToCurrentProfileGroup() method in SystemServerAdapter
H A DAudioDeviceBroker.java1054 /*package*/ void broadcastStickyIntentToCurrentProfileGroup(Intent intent) { in broadcastStickyIntentToCurrentProfileGroup() method in AudioDeviceBroker
1055 mSystemServer.broadcastStickyIntentToCurrentProfileGroup(intent); in broadcastStickyIntentToCurrentProfileGroup()
H A DAudioDeviceInventory.java1295 mDeviceBroker.broadcastStickyIntentToCurrentProfileGroup(intent); in sendDeviceConnectionIntent()
/aosp12/frameworks/base/services/
H A Dart-profile10748 PLcom/android/server/audio/AudioDeviceBroker;->broadcastStickyIntentToCurrentProfileGroup(Landroid/…
11769 PLcom/android/server/audio/SystemServerAdapter;->broadcastStickyIntentToCurrentProfileGroup(Landroi…