Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DGattClientTest.java116 BluetoothGattCallback gattCallback2 = mock(BluetoothGattCallback.class); in directConnectGattAfterClose() local
117 BluetoothGatt gatt2 = device.connectGatt(mContext, false, gattCallback2); in directConnectGattAfterClose()
118 verify(gattCallback2, timeout(1000)) in directConnectGattAfterClose()
120 disconnectAndWaitDisconnection(gatt2, gattCallback2); in directConnectGattAfterClose()
308 BluetoothGattCallback gattCallback2 = mock(BluetoothGattCallback.class); in consecutiveWriteCharacteristicFails_thenSuccess() local
311 BluetoothGatt gatt2 = connectGattAndWaitConnection(gattCallback2); in consecutiveWriteCharacteristicFails_thenSuccess()
318 verify(gattCallback2, timeout(10000)) in consecutiveWriteCharacteristicFails_thenSuccess()
344 verify(gattCallback2, never()) in consecutiveWriteCharacteristicFails_thenSuccess()
354 verify(gattCallback2, timeout(5000)) in consecutiveWriteCharacteristicFails_thenSuccess()
359 disconnectAndWaitDisconnection(gatt2, gattCallback2); in consecutiveWriteCharacteristicFails_thenSuccess()
[all …]