Searched refs:bluetoothServiceListener (Results 1 – 2 of 2) sorted by relevance
56 private BluetoothProfile.ServiceListener bluetoothServiceListener; field in BluetoothManagerTest110 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()
74 private final BluetoothProfile.ServiceListener bluetoothServiceListener; field in AppRTCBluetoothManager210 bluetoothServiceListener = new BluetoothServiceListener(); in AppRTCBluetoothManager()263 apprtcContext, bluetoothServiceListener, BluetoothProfile.HEADSET)) { in start()