Home
last modified time | relevance | path

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

/external/webrtc/examples/androidjunit/src/org/appspot/apprtc/
DBluetoothManagerTest.java56 private BluetoothProfile.ServiceListener bluetoothServiceListener; field in BluetoothManagerTest
110 bluetoothServiceListener = listener; in setUp()
133 assertNotNull(bluetoothServiceListener); in testBluetoothServiceListenerInitialized()
229 bluetoothServiceListener.onServiceConnected(BluetoothProfile.HEADSET, mockedBluetoothHeadset); in simulateBluetoothServiceConnectedWithNoConnectedHeadset()
239 bluetoothServiceListener.onServiceConnected(BluetoothProfile.HEADSET, mockedBluetoothHeadset); in simulateBluetoothServiceConnectedWithConnectedHeadset()
245 bluetoothServiceListener.onServiceDisconnected(BluetoothProfile.HEADSET); in simulateBluetoothServiceDisconnected()
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DAppRTCBluetoothManager.java74 private final BluetoothProfile.ServiceListener bluetoothServiceListener; field in AppRTCBluetoothManager
210 bluetoothServiceListener = new BluetoothServiceListener(); in AppRTCBluetoothManager()
263 apprtcContext, bluetoothServiceListener, BluetoothProfile.HEADSET)) { in start()