Searched refs:getAudioState (Results 1 – 11 of 11) sorted by relevance
68 when(mService.getAudioState(mBluetoothDevice)). in testHeadsetProfile_shouldReturnAudioState()70 assertThat(mProfile.getAudioState(mBluetoothDevice)). in testHeadsetProfile_shouldReturnAudioState()73 when(mService.getAudioState(mBluetoothDevice)). in testHeadsetProfile_shouldReturnAudioState()75 assertThat(mProfile.getAudioState(mBluetoothDevice)). in testHeadsetProfile_shouldReturnAudioState()
157 public int getAudioState(BluetoothDevice device) { in getAudioState() method in HeadsetProfile161 return mService.getAudioState(device); in getAudioState()
485 public final AudioState getAudioState() { in getAudioState() method in InCallService486 return mPhone == null ? null : mPhone.getAudioState(); in getAudioState()
246 public final AudioState getAudioState() { in getAudioState() method in Conference722 onAudioStateChanged(getAudioState()); in setCallAudioState()
367 public final AudioState getAudioState() { in getAudioState() method in Phone
1885 public final AudioState getAudioState() { in getAudioState() method in Connection2058 onAudioStateChanged(getAudioState()); in setCallAudioState()
902 public int getAudioState(BluetoothDevice device) { in getAudioState() method in BluetoothHeadsetClient908 return service.getAudioState(device); in getAudioState()
725 public int getAudioState(BluetoothDevice device) { in getAudioState() method in BluetoothHeadset730 return service.getAudioState(device); in getAudioState()
315 && (mBluetoothHeadset.getAudioState(mBluetoothHeadsetDevice) in isBluetoothScoOn()935 && mBluetoothHeadset.getAudioState(mBluetoothHeadsetDevice) in checkScoAudioState()
6878 method @Deprecated public final android.telecom.AudioState getAudioState();6886 method @Deprecated public final android.telecom.AudioState getAudioState();6997 method @Deprecated public android.telecom.AudioState getAudioState();
12235 Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->getAudioState(Landroid/bluetooth/BluetoothDevice;…12289 Landroid/bluetooth/IBluetoothHeadset;->getAudioState(Landroid/bluetooth/BluetoothDevice;)I12314 Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->getAudioState(Landroid/bluetooth/BluetoothD…12373 Landroid/bluetooth/IBluetoothHeadsetClient;->getAudioState(Landroid/bluetooth/BluetoothDevice;)I70975 Landroid/telecom/InCallService;->getAudioState()Landroid/telecom/AudioState;