Searched refs:getMutingExpectedDevice (Results 1 – 9 of 9) sorted by relevance
124 return mAudioManager.getMutingExpectedDevice() != null && mCachedDevice.getAddress().equals( in isMutingExpectedDevice()125 mAudioManager.getMutingExpectedDevice().getAddress()); in isMutingExpectedDevice()
525 MediaDevice mutingExpectedDevice = getMutingExpectedDevice(); in onDeviceListAdded()547 private MediaDevice getMutingExpectedDevice() { in getMutingExpectedDevice() method in LocalMediaManager.MediaDeviceCallback549 || mAudioManager.getMutingExpectedDevice() == null) { in getMutingExpectedDevice()570 AudioDeviceAttributes mutingExpectedDevice = mAudioManager.getMutingExpectedDevice(); in isMutingExpectedDevice()
340 return mAudioManager.getMutingExpectedDevice() != null; in hasMutingExpectedDevice()347 if (mAudioManager.getMutingExpectedDevice() == null) { in cancelMuteAwaitConnection()354 mAudioManager.cancelMuteAwaitConnection(mAudioManager.getMutingExpectedDevice()); in cancelMuteAwaitConnection()
507 when(mAudioManager.getMutingExpectedDevice()).thenReturn(mock(AudioDeviceAttributes.class)); in cancelMuteAwaitConnection_cancelsWithMediaManager()518 when(mAudioManager.getMutingExpectedDevice()).thenReturn(null); in cancelMuteAwaitConnection_audioManagerIsNull_noAction()
632 AudioDeviceAttributes getMutingExpectedDevice(); in getMutingExpectedDevice() method
9189 public @Nullable AudioDeviceAttributes getMutingExpectedDevice() { in getMutingExpectedDevice() method in AudioManager9191 return getService().getMutingExpectedDevice(); in getMutingExpectedDevice()
464 when(mAudioManager.getMutingExpectedDevice()).thenReturn(audioDeviceAttributes); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice()
10506 public @Nullable AudioDeviceAttributes getMutingExpectedDevice() { in getMutingExpectedDevice() method in AudioService
6919 …mission.MODIFY_AUDIO_ROUTING) public android.media.AudioDeviceAttributes getMutingExpectedDevice();