Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/muteawait/
H A DMediaMuteAwaitConnectionManagerTest.kt120 muteAwaitListener.onMutedUntilConnection(DEVICE, intArrayOf(USAGE_UNKNOWN))
131 muteAwaitListener.onMutedUntilConnection(DEVICE, intArrayOf(USAGE_MEDIA))
152 muteAwaitListener.onMutedUntilConnection(DEVICE, intArrayOf(USAGE_MEDIA))
172 muteAwaitListener.onMutedUntilConnection(DEVICE, intArrayOf(USAGE_MEDIA))
184 muteAwaitListener.onMutedUntilConnection(DEVICE, intArrayOf(USAGE_MEDIA))
196 getMuteAwaitListener().onMutedUntilConnection(DEVICE, intArrayOf(USAGE_MEDIA))
217 muteAwaitListener.onMutedUntilConnection(DEVICE, intArrayOf(USAGE_MEDIA))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/muteawait/
H A DMediaMuteAwaitConnectionManager.kt49 override fun onMutedUntilConnection(device: AudioDeviceAttributes, mutedUsages: IntArray) {
/aosp14/frameworks/base/media/java/android/media/
H A DAudioManager.java9262 public void onMutedUntilConnection( in onMutedUntilConnection() method in AudioManager.MuteAwaitConnectionCallback
9871 (listener) -> listener.onMutedUntilConnection(device, mutedUsages)); in dispatchOnMutedUntilConnection()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt6996 …method public void onMutedUntilConnection(@NonNull android.media.AudioDeviceAttributes, @NonNull i…