Searched refs:getAudioState (Results 1 – 9 of 9) sorted by relevance
59 when(mService.getAudioState(mBluetoothDevice)). in testHeadsetProfile_shouldReturnAudioState()61 assertThat(mProfile.getAudioState(mBluetoothDevice)). in testHeadsetProfile_shouldReturnAudioState()64 when(mService.getAudioState(mBluetoothDevice)). in testHeadsetProfile_shouldReturnAudioState()66 assertThat(mProfile.getAudioState(mBluetoothDevice)). in testHeadsetProfile_shouldReturnAudioState()
143 public int getAudioState(BluetoothDevice device) { in getAudioState() method in HeadsetProfile147 return mService.getAudioState(device); in getAudioState()
595 public final AudioState getAudioState() { in getAudioState() method in InCallService596 return mPhone == null ? null : mPhone.getAudioState(); in getAudioState()
219 public final AudioState getAudioState() { in getAudioState() method in Conference769 onAudioStateChanged(getAudioState()); in setCallAudioState()
439 public final AudioState getAudioState() { in getAudioState() method in Phone
2299 public final AudioState getAudioState() { in getAudioState() method in Connection2476 onAudioStateChanged(getAudioState()); in setCallAudioState()
366 return mBluetoothHeadset.getAudioState(mBluetoothHeadsetDevice) in isBluetoothScoOn()897 && mBluetoothHeadset.getAudioState(mBluetoothHeadsetDevice) in checkScoAudioState()
13498 method @Deprecated public final android.telecom.AudioState getAudioState();13510 method @Deprecated public final android.telecom.AudioState getAudioState();13663 method @Deprecated public android.telecom.AudioState getAudioState();
52164 Landroid/telecom/InCallService;->getAudioState()Landroid/telecom/AudioState;