Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java358 BassClientStateMachine.BluetoothGattTestableWrapper btGatt = in testStatesChangesWithMessages()
359 Mockito.mock(BassClientStateMachine.BluetoothGattTestableWrapper.class); in testStatesChangesWithMessages()
424 Mockito.mock(BassClientStateMachine.BluetoothGattTestableWrapper.class); in testStatesChangesWithMessages()
480 BassClientStateMachine.BluetoothGattTestableWrapper btGatt = in acquireAllBassChars()
481 Mockito.mock(BassClientStateMachine.BluetoothGattTestableWrapper.class); in acquireAllBassChars()
542 BassClientStateMachine.BluetoothGattTestableWrapper btGatt = in gattCallbackOnConnectionStateChange_changedToConnected()
543 Mockito.mock(BassClientStateMachine.BluetoothGattTestableWrapper.class); in gattCallbackOnConnectionStateChange_changedToConnected()
579 BassClientStateMachine.BluetoothGattTestableWrapper btGatt = in gattCallbackOnConnectionStateChanged_changedToDisconnected()
580 Mockito.mock(BassClientStateMachine.BluetoothGattTestableWrapper.class); in gattCallbackOnConnectionStateChanged_changedToDisconnected()
598 BassClientStateMachine.BluetoothGattTestableWrapper btGatt = in gattCallbackOnServicesDiscovered()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java157 @VisibleForTesting BluetoothGattTestableWrapper mBluetoothGatt = null;
1305 mBluetoothGatt = new BluetoothGattTestableWrapper(gatt); in connectGatt()
2366 public static class BluetoothGattTestableWrapper { class
2369 BluetoothGattTestableWrapper(BluetoothGatt bluetoothGatt) { in BluetoothGattTestableWrapper() method in BluetoothGattTestableWrapper