Home
last modified time | relevance | path

Searched refs:dispatchAboutToConnectDeviceAdded (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/muteawait/
DMediaMuteAwaitConnectionManagerTest.kt101 verify(localMediaManager, never()).dispatchAboutToConnectDeviceAdded(any(), any(), any()) in startListening_audioManagerHasNoMuteAwaitDevice_localMediaMangerNotNotified()
110 verify(localMediaManager).dispatchAboutToConnectDeviceAdded( in startListening_audioManagerHasMuteAwaitDevice_localMediaMangerNotified()
122 verify(localMediaManager, never()).dispatchAboutToConnectDeviceAdded(any(), any(), any()) in onMutedUntilConnection_notUsageMedia_localMediaManagerNotNotified()
133 verify(localMediaManager).dispatchAboutToConnectDeviceAdded( in onMutedUntilConnection_isUsageMedia_localMediaManagerNotified()
145 verify(localMediaManager, never()).dispatchAboutToConnectDeviceAdded(any(), any(), any()) in onUnmutedEvent_noDeviceMutedBefore_localMediaManagerNotNotified()
165 verify(localMediaManager, never()).dispatchAboutToConnectDeviceAdded(any(), any(), any()) in onUnmutedEvent_notSameDevice_localMediaManagerNotNotified()
177 verify(localMediaManager, never()).dispatchAboutToConnectDeviceAdded(any(), any(), any()) in onUnmutedEvent_notUsageMedia_localMediaManagerNotNotified()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/muteawait/
DMediaMuteAwaitConnectionManager.kt55 localMediaManager.dispatchAboutToConnectDeviceAdded( in onMutedUntilConnection()
85 localMediaManager.dispatchAboutToConnectDeviceAdded( in startListening()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DLocalMediaManager.java269 public void dispatchAboutToConnectDeviceAdded( in dispatchAboutToConnectDeviceAdded() method in LocalMediaManager