Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
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()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHeadsetProfile.java143 public int getAudioState(BluetoothDevice device) { in getAudioState() method in HeadsetProfile
147 return mService.getAudioState(device); in getAudioState()
/frameworks/base/telecomm/java/android/telecom/
DInCallService.java600 public final AudioState getAudioState() { in getAudioState() method in InCallService
601 return mPhone == null ? null : mPhone.getAudioState(); in getAudioState()
DConference.java219 public final AudioState getAudioState() { in getAudioState() method in Conference
769 onAudioStateChanged(getAudioState()); in setCallAudioState()
DPhone.java442 public final AudioState getAudioState() { in getAudioState() method in Phone
DConnection.java2283 public final AudioState getAudioState() { in getAudioState() method in Connection
2460 onAudioStateChanged(getAudioState()); in setCallAudioState()
/frameworks/base/services/core/java/com/android/server/audio/
DBtHelper.java487 return mBluetoothHeadset.getAudioState(mBluetoothHeadsetDevice) in isBluetoothScoOn()
1169 && mBluetoothHeadset.getAudioState(mBluetoothHeadsetDevice) in checkScoAudioState()
/frameworks/base/core/api/
Dsystem-current.txt13921 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();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt51521 Landroid/telecom/InCallService;->getAudioState()Landroid/telecom/AudioState;