Home
last modified time | relevance | path

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

/external/webrtc/examples/androidjunit/src/org/appspot/apprtc/
DBluetoothManagerTest.java151 assertEquals(bluetoothManager.getState(), State.HEADSET_UNAVAILABLE); in testBluetoothDefaultStartStopStates()
161 assertEquals(bluetoothManager.getState(), State.HEADSET_UNAVAILABLE); in testBluetoothServiceListenerConnectedWithNoHeadset()
164 assertEquals(bluetoothManager.getState(), State.HEADSET_UNAVAILABLE); in testBluetoothServiceListenerConnectedWithNoHeadset()
173 assertEquals(bluetoothManager.getState(), State.HEADSET_UNAVAILABLE); in testBluetoothServiceListenerConnectedWithHeadset()
183 assertEquals(bluetoothManager.getState(), State.HEADSET_UNAVAILABLE); in testBluetoothServiceListenerDisconnected()
186 assertEquals(bluetoothManager.getState(), State.HEADSET_UNAVAILABLE); in testBluetoothServiceListenerDisconnected()
196 assertEquals(bluetoothManager.getState(), State.HEADSET_UNAVAILABLE); in testBluetoothHeadsetConnected()
208 assertEquals(bluetoothManager.getState(), State.HEADSET_UNAVAILABLE); in testBluetoothScoAudioStartAndStop()
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DAppRTCBluetoothManager.java54 HEADSET_UNAVAILABLE, enumConstant
123 bluetoothState = State.HEADSET_UNAVAILABLE; in onServiceDisconnected()
277 bluetoothState = State.HEADSET_UNAVAILABLE; in start()
381 bluetoothState = State.HEADSET_UNAVAILABLE; in updateDevice()
DAppRTCAudioManager.java477 || bluetoothManager.getState() == AppRTCBluetoothManager.State.HEADSET_UNAVAILABLE in updateAudioDeviceState()
507 if (bluetoothManager.getState() == AppRTCBluetoothManager.State.HEADSET_UNAVAILABLE in updateAudioDeviceState()