Searched refs:getAudioState (Results 1 – 12 of 12) 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()
148 public int getAudioState(BluetoothDevice device) { in getAudioState() method in HeadsetProfile152 return mService.getAudioState(device); in getAudioState()
512 public final AudioState getAudioState() { in getAudioState() method in InCallService513 return mPhone == null ? null : mPhone.getAudioState(); in getAudioState()
220 public final AudioState getAudioState() { in getAudioState() method in Conference732 onAudioStateChanged(getAudioState()); in setCallAudioState()
403 public final AudioState getAudioState() { in getAudioState() method in Phone
2096 public final AudioState getAudioState() { in getAudioState() method in Connection2272 onAudioStateChanged(getAudioState()); in setCallAudioState()
1018 public int getAudioState(BluetoothDevice device) { in getAudioState() method in BluetoothHeadsetClient1024 return service.getAudioState(device); in getAudioState()
786 public int getAudioState(BluetoothDevice device) { in getAudioState() method in BluetoothHeadset791 return service.getAudioState(device); in getAudioState()
322 && (mBluetoothHeadset.getAudioState(mBluetoothHeadsetDevice) in isBluetoothScoOn()942 && mBluetoothHeadset.getAudioState(mBluetoothHeadsetDevice) in checkScoAudioState()
7706 method @Deprecated public final android.telecom.AudioState getAudioState();7718 method @Deprecated public final android.telecom.AudioState getAudioState();7854 method @Deprecated public android.telecom.AudioState getAudioState();
7604 method @Deprecated public final android.telecom.AudioState getAudioState();7616 method @Deprecated public final android.telecom.AudioState getAudioState();7752 method @Deprecated public android.telecom.AudioState getAudioState();
11501 Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->getAudioState(Landroid/bluetooth/BluetoothDevice;…11553 Landroid/bluetooth/IBluetoothHeadset;->getAudioState(Landroid/bluetooth/BluetoothDevice;)I11577 Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->getAudioState(Landroid/bluetooth/BluetoothD…11634 Landroid/bluetooth/IBluetoothHeadsetClient;->getAudioState(Landroid/bluetooth/BluetoothDevice;)I66187 Landroid/telecom/InCallService;->getAudioState()Landroid/telecom/AudioState;