Searched refs:broadcastStickyIntentToCurrentProfileGroup (Results 1 – 4 of 4) sorted by relevance
99 public void broadcastStickyIntentToCurrentProfileGroup(Intent intent) { in broadcastStickyIntentToCurrentProfileGroup() method in SystemServerAdapter
1675 /*package*/ void broadcastStickyIntentToCurrentProfileGroup(Intent intent) { in broadcastStickyIntentToCurrentProfileGroup() method in AudioDeviceBroker1676 mSystemServer.broadcastStickyIntentToCurrentProfileGroup(intent); in broadcastStickyIntentToCurrentProfileGroup()
2787 mDeviceBroker.broadcastStickyIntentToCurrentProfileGroup(intent);
206 doNothing().when(mSpySystemServer).broadcastStickyIntentToCurrentProfileGroup( in testSetWiredDeviceConnectionState()215 verify(mSpySystemServer, times(1)).broadcastStickyIntentToCurrentProfileGroup( in testSetWiredDeviceConnectionState()