Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DBluetoothHeadsetService.java743 getAudioState(device) != BluetoothHeadset.STATE_AUDIO_DISCONNECTED) {
756 getAudioState(device) == BluetoothHeadset.STATE_AUDIO_DISCONNECTED) {
899 public int getAudioState(BluetoothDevice device) {
DBluetoothHandsfree.java485 if (getAudioState(device) == BluetoothHeadset.STATE_AUDIO_DISCONNECTED) { in connectScoThread()
1430 if (getAudioState(device) == BluetoothHeadset.STATE_AUDIO_CONNECTING) { in handleMessage()
1466 private synchronized int getAudioState(BluetoothDevice device) { in getAudioState() method in BluetoothHandsfree
1468 return mBluetoothHeadset.getAudioState(device); in getAudioState()