Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DIBluetoothHeadset.aidl48 int getAudioState(in BluetoothDevice device); in getAudioState() method
DIBluetoothHeadsetClient.aidl62 int getAudioState(in BluetoothDevice device); in getAudioState() method
DBluetoothHeadset.java714 public int getAudioState(BluetoothDevice device) { in getAudioState() method in BluetoothHeadset
718 return mService.getAudioState(device); in getAudioState()
DBluetoothHeadsetClient.java1048 public int getAudioState(BluetoothDevice device) { in getAudioState() method in BluetoothHeadsetClient
1052 return mService.getAudioState(device); in getAudioState()
/frameworks/base/telecomm/java/android/telecom/
DInCallService.java315 public final AudioState getAudioState() { in getAudioState() method in InCallService
316 return mPhone == null ? null : mPhone.getAudioState(); in getAudioState()
DConference.java231 public final AudioState getAudioState() { in getAudioState() method in Conference
622 onAudioStateChanged(getAudioState()); in setCallAudioState()
DPhone.java308 public final AudioState getAudioState() { in getAudioState() method in Phone
DConnection.java1527 public final AudioState getAudioState() { in getAudioState() method in Connection
1666 onAudioStateChanged(getAudioState()); in setCallAudioState()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2965 mBluetoothHeadset.getAudioState(mBluetoothHeadsetDevice) in checkScoAudioState()
/frameworks/base/api/
Dsystem-current.txt39075 method public final deprecated android.telecom.AudioState getAudioState();
39136 method public final deprecated android.telecom.AudioState getAudioState();
39485 method public final deprecated android.telecom.AudioState getAudioState();