Home
last modified time | relevance | path

Searched refs:getMutingExpectedDevice (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DBluetoothMediaDevice.java124 return mAudioManager.getMutingExpectedDevice() != null && mCachedDevice.getAddress().equals( in isMutingExpectedDevice()
125 mAudioManager.getMutingExpectedDevice().getAddress()); in isMutingExpectedDevice()
H A DLocalMediaManager.java525 MediaDevice mutingExpectedDevice = getMutingExpectedDevice(); in onDeviceListAdded()
547 private MediaDevice getMutingExpectedDevice() { in getMutingExpectedDevice() method in LocalMediaManager.MediaDeviceCallback
549 || mAudioManager.getMutingExpectedDevice() == null) { in getMutingExpectedDevice()
570 AudioDeviceAttributes mutingExpectedDevice = mAudioManager.getMutingExpectedDevice(); in isMutingExpectedDevice()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputController.java340 return mAudioManager.getMutingExpectedDevice() != null; in hasMutingExpectedDevice()
347 if (mAudioManager.getMutingExpectedDevice() == null) { in cancelMuteAwaitConnection()
354 mAudioManager.cancelMuteAwaitConnection(mAudioManager.getMutingExpectedDevice()); in cancelMuteAwaitConnection()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
H A DMediaOutputControllerTest.java507 when(mAudioManager.getMutingExpectedDevice()).thenReturn(mock(AudioDeviceAttributes.class)); in cancelMuteAwaitConnection_cancelsWithMediaManager()
518 when(mAudioManager.getMutingExpectedDevice()).thenReturn(null); in cancelMuteAwaitConnection_audioManagerIsNull_noAction()
/aosp14/frameworks/base/media/java/android/media/
H A DIAudioService.aidl632 AudioDeviceAttributes getMutingExpectedDevice(); in getMutingExpectedDevice() method
H A DAudioManager.java9189 public @Nullable AudioDeviceAttributes getMutingExpectedDevice() { in getMutingExpectedDevice() method in AudioManager
9191 return getService().getMutingExpectedDevice(); in getMutingExpectedDevice()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
H A DLocalMediaManagerTest.java464 when(mAudioManager.getMutingExpectedDevice()).thenReturn(audioDeviceAttributes); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java10506 public @Nullable AudioDeviceAttributes getMutingExpectedDevice() { in getMutingExpectedDevice() method in AudioService
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt6919 …mission.MODIFY_AUDIO_ROUTING) public android.media.AudioDeviceAttributes getMutingExpectedDevice();