Searched refs:getMutingExpectedDevice (Results 1 – 9 of 9) sorted by relevance
135 return mAudioManager.getMutingExpectedDevice() != null && mCachedDevice.getAddress().equals( in isMutingExpectedDevice()136 mAudioManager.getMutingExpectedDevice().getAddress()); in isMutingExpectedDevice()
531 MediaDevice mutingExpectedDevice = getMutingExpectedDevice(); in onDeviceListAdded()560 private MediaDevice getMutingExpectedDevice() { in getMutingExpectedDevice() method in LocalMediaManager.MediaDeviceCallback562 || mAudioManager.getMutingExpectedDevice() == null) { in getMutingExpectedDevice()580 AudioDeviceAttributes mutingExpectedDevice = mAudioManager.getMutingExpectedDevice(); in isMutingExpectedDevice()
367 return mAudioManager.getMutingExpectedDevice() != null; in hasMutingExpectedDevice()374 if (mAudioManager.getMutingExpectedDevice() == null) { in cancelMuteAwaitConnection()381 mAudioManager.cancelMuteAwaitConnection(mAudioManager.getMutingExpectedDevice()); in cancelMuteAwaitConnection()
568 when(mAudioManager.getMutingExpectedDevice()).thenReturn(mock(AudioDeviceAttributes.class)); in cancelMuteAwaitConnection_cancelsWithMediaManager()579 when(mAudioManager.getMutingExpectedDevice()).thenReturn(null); in cancelMuteAwaitConnection_audioManagerIsNull_noAction()
690 AudioDeviceAttributes getMutingExpectedDevice(); in getMutingExpectedDevice() method
9517 public @Nullable AudioDeviceAttributes getMutingExpectedDevice() { in getMutingExpectedDevice() method in AudioManager9519 return getService().getMutingExpectedDevice(); in getMutingExpectedDevice()
468 when(mAudioManager.getMutingExpectedDevice()).thenReturn(audioDeviceAttributes); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice()
11053 public @Nullable AudioDeviceAttributes getMutingExpectedDevice() { in getMutingExpectedDevice() method in AudioService
7034 …mission.MODIFY_AUDIO_ROUTING) public android.media.AudioDeviceAttributes getMutingExpectedDevice();