Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DSystemServerAdapter.java99 public void broadcastStickyIntentToCurrentProfileGroup(Intent intent) { in broadcastStickyIntentToCurrentProfileGroup() method in SystemServerAdapter
DAudioDeviceBroker.java1675 /*package*/ void broadcastStickyIntentToCurrentProfileGroup(Intent intent) { in broadcastStickyIntentToCurrentProfileGroup() method in AudioDeviceBroker
1676 mSystemServer.broadcastStickyIntentToCurrentProfileGroup(intent); in broadcastStickyIntentToCurrentProfileGroup()
DAudioDeviceInventory.java2787 mDeviceBroker.broadcastStickyIntentToCurrentProfileGroup(intent);
/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
DAudioDeviceBrokerTest.java206 doNothing().when(mSpySystemServer).broadcastStickyIntentToCurrentProfileGroup( in testSetWiredDeviceConnectionState()
215 verify(mSpySystemServer, times(1)).broadcastStickyIntentToCurrentProfileGroup( in testSetWiredDeviceConnectionState()