Home
last modified time | relevance | path

Searched refs:getAudioState (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DHeadsetProfileTest.java59 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()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DHeadsetProfile.java143 public int getAudioState(BluetoothDevice device) { in getAudioState() method in HeadsetProfile
147 return mService.getAudioState(device); in getAudioState()
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DInCallService.java595 public final AudioState getAudioState() { in getAudioState() method in InCallService
596 return mPhone == null ? null : mPhone.getAudioState(); in getAudioState()
H A DConference.java219 public final AudioState getAudioState() { in getAudioState() method in Conference
769 onAudioStateChanged(getAudioState()); in setCallAudioState()
H A DPhone.java439 public final AudioState getAudioState() { in getAudioState() method in Phone
H A DConnection.java2299 public final AudioState getAudioState() { in getAudioState() method in Connection
2476 onAudioStateChanged(getAudioState()); in setCallAudioState()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DBtHelper.java366 return mBluetoothHeadset.getAudioState(mBluetoothHeadsetDevice) in isBluetoothScoOn()
897 && mBluetoothHeadset.getAudioState(mBluetoothHeadsetDevice) in checkScoAudioState()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt13498 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();
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt52164 Landroid/telecom/InCallService;->getAudioState()Landroid/telecom/AudioState;