Searched refs:getAudioState (Results 1 – 2 of 2) sorted by relevance
743 getAudioState(device) != BluetoothHeadset.STATE_AUDIO_DISCONNECTED) {756 getAudioState(device) == BluetoothHeadset.STATE_AUDIO_DISCONNECTED) {899 public int getAudioState(BluetoothDevice device) {
485 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 BluetoothHandsfree1468 return mBluetoothHeadset.getAudioState(device); in getAudioState()