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()
600 public final AudioState getAudioState() { in getAudioState() method in InCallService601 return mPhone == null ? null : mPhone.getAudioState(); in getAudioState()
219 public final AudioState getAudioState() { in getAudioState() method in Conference769 onAudioStateChanged(getAudioState()); in setCallAudioState()
442 public final AudioState getAudioState() { in getAudioState() method in Phone
2283 public final AudioState getAudioState() { in getAudioState() method in Connection2460 onAudioStateChanged(getAudioState()); in setCallAudioState()
487 return mBluetoothHeadset.getAudioState(mBluetoothHeadsetDevice) in isBluetoothScoOn()1169 && mBluetoothHeadset.getAudioState(mBluetoothHeadsetDevice) in checkScoAudioState()
13921 method @Deprecated public final android.telecom.AudioState getAudioState();13933 method @Deprecated public final android.telecom.AudioState getAudioState();14108 method @Deprecated public android.telecom.AudioState getAudioState();
51521 Landroid/telecom/InCallService;->getAudioState()Landroid/telecom/AudioState;