Searched refs:onRunningAppsChanged (Results 1 – 8 of 8) sorted by relevance
107 mGenericWindowPolicyController.onRunningAppsChanged(runningUids); in startListening_receivesCallback()121 mGenericWindowPolicyController.onRunningAppsChanged(runningUids); in stopListening_removesCallback()132 mVirtualAudioController.onRunningAppsChanged(runningUids); in onRunningAppsChanged_notifiesAudioRoutingModified()146 mVirtualAudioController.onRunningAppsChanged(runningUids); in onRunningAppsChanged_audioIsPlaying_doesNothing()157 mVirtualAudioController.onRunningAppsChanged(runningUids); in onRunningAppsChanged_lastPlayingAppRemoved_delaysReroutingAudio()162 mVirtualAudioController.onRunningAppsChanged(appUids); in onRunningAppsChanged_lastPlayingAppRemoved_delaysReroutingAudio()173 mVirtualAudioController.onRunningAppsChanged(runningUids); in onPlaybackConfigChanged_sendsCallback()187 mVirtualAudioController.onRunningAppsChanged(runningUids); in onRecordingConfigChanged_sendsCallback()
65 void onRunningAppsChanged(ArraySet<Integer> runningUids); in onRunningAppsChanged() method316 public void onRunningAppsChanged(ArraySet<Integer> runningUids) { in onRunningAppsChanged() method in GenericWindowPolicyController329 listener.onRunningAppsChanged(runningUids); in onRunningAppsChanged()
457 public void onRunningAppsChanged(ArraySet<Integer> runningUids) {
266 public void onRunningAppsChanged(ArraySet<Integer> runningUids) { in onRunningAppsChanged() method in DisplayWindowPolicyControllerTests.TestDisplayWindowPolicyController267 super.onRunningAppsChanged(runningUids); in onRunningAppsChanged()
148 public void onRunningAppsChanged(ArraySet<Integer> runningUids) {} in onRunningAppsChanged() method in DisplayWindowPolicyController
559 mDeviceImpl.getDisplayWindowPolicyControllerForTest(DISPLAY_ID_1).onRunningAppsChanged( in getDeviceIdsForUid_differentUidOnDevice_returnsNull()569 mDeviceImpl.getDisplayWindowPolicyControllerForTest(DISPLAY_ID_1).onRunningAppsChanged( in getDeviceIdsForUid_oneUidOnDevice_returnsCorrectId()580 mDeviceImpl.getDisplayWindowPolicyControllerForTest(DISPLAY_ID_1).onRunningAppsChanged( in getDeviceIdsForUid_twoUidsOnDevice_returnsCorrectId()593 secondDevice.getDisplayWindowPolicyControllerForTest(DISPLAY_ID_2).onRunningAppsChanged( in getDeviceIdsForUid_twoDevicesUidOnOne_returnsCorrectId()608 mDeviceImpl.getDisplayWindowPolicyControllerForTest(DISPLAY_ID_1).onRunningAppsChanged( in getDeviceIdsForUid_twoDevicesUidOnBoth_returnsCorrectId()610 secondDevice.getDisplayWindowPolicyControllerForTest(DISPLAY_ID_2).onRunningAppsChanged( in getDeviceIdsForUid_twoDevicesUidOnBoth_returnsCorrectId()1532 gwpc.onRunningAppsChanged(uids); in registerRunningAppsChangedListener_onRunningAppsChanged_listenersNotified()1533 mDeviceImpl.onRunningAppsChanged(uids); in registerRunningAppsChangedListener_onRunningAppsChanged_listenersNotified()1548 gwpc.onRunningAppsChanged(uids); in noRunningAppsChangedListener_onRunningAppsChanged_doesNotThrowException()
167 mDisplayWindowPolicyController.onRunningAppsChanged(runningUids); in onRunningActivityChanged()
125 public void onRunningAppsChanged(ArraySet<Integer> runningUids) { in onRunningAppsChanged() method in VirtualAudioController