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.java348 BassClientStateMachine.BluetoothGattTestableWrapper btGatt = in testStatesChangesWithMessages()
349 Mockito.mock(BassClientStateMachine.BluetoothGattTestableWrapper.class); in testStatesChangesWithMessages()
420 Mockito.mock(BassClientStateMachine.BluetoothGattTestableWrapper.class); in testStatesChangesWithMessages()
476 BassClientStateMachine.BluetoothGattTestableWrapper btGatt = in acquireAllBassChars()
477 Mockito.mock(BassClientStateMachine.BluetoothGattTestableWrapper.class); in acquireAllBassChars()
657 BassClientStateMachine.BluetoothGattTestableWrapper btGatt = in gattCallbackOnConnectionStateChange_changedToConnected()
658 Mockito.mock(BassClientStateMachine.BluetoothGattTestableWrapper.class); in gattCallbackOnConnectionStateChange_changedToConnected()
694 BassClientStateMachine.BluetoothGattTestableWrapper btGatt = in gattCallbackOnConnectionStateChanged_changedToDisconnected()
695 Mockito.mock(BassClientStateMachine.BluetoothGattTestableWrapper.class); in gattCallbackOnConnectionStateChanged_changedToDisconnected()
713 BassClientStateMachine.BluetoothGattTestableWrapper btGatt = in gattCallbackOnServicesDiscovered()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java160 @VisibleForTesting BluetoothGattTestableWrapper mBluetoothGatt = null;
1349 mBluetoothGatt = new BluetoothGattTestableWrapper(gatt); in connectGatt()
2465 public static class BluetoothGattTestableWrapper { class
2468 BluetoothGattTestableWrapper(BluetoothGatt bluetoothGatt) { in BluetoothGattTestableWrapper() method in BluetoothGattTestableWrapper