Home
last modified time | relevance | path

Searched refs:HEADSET_AVAILABLE (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/examples/androidjunit/src/org/appspot/apprtc/
DBluetoothManagerTest.java176 assertEquals(bluetoothManager.getState(), State.HEADSET_AVAILABLE); in testBluetoothServiceListenerConnectedWithHeadset()
200 assertEquals(bluetoothManager.getState(), State.HEADSET_AVAILABLE); in testBluetoothHeadsetConnected()
210 assertEquals(bluetoothManager.getState(), State.HEADSET_AVAILABLE); in testBluetoothScoAudioStartAndStop()
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DAppRTCAudioManager.java476 if (bluetoothManager.getState() == AppRTCBluetoothManager.State.HEADSET_AVAILABLE in updateAudioDeviceState()
487 || bluetoothManager.getState() == AppRTCBluetoothManager.State.HEADSET_AVAILABLE) { in updateAudioDeviceState()
526 bluetoothManager.getState() == AppRTCBluetoothManager.State.HEADSET_AVAILABLE in updateAudioDeviceState()
538 if (bluetoothManager.getState() == AppRTCBluetoothManager.State.HEADSET_AVAILABLE in updateAudioDeviceState()
DAppRTCBluetoothManager.java57 HEADSET_AVAILABLE, enumConstant
328 if (bluetoothState != State.HEADSET_AVAILABLE) { in startScoAudio()
386 bluetoothState = State.HEADSET_AVAILABLE; in updateDevice()