Searched refs:gattCallback2 (Results 1 – 1 of 1) sorted by relevance
116 BluetoothGattCallback gattCallback2 = mock(BluetoothGattCallback.class); in directConnectGattAfterClose() local117 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() local311 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 …]