Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DGattClientTest.java521 BluetoothGattCallback gattCallbackB = mock(BluetoothGattCallback.class); in multipleGattClientsSeparateInteractions() local
522 InOrder inOrder = inOrder(gattCallbackA, gattCallbackB); in multipleGattClientsSeparateInteractions()
528 BluetoothGatt gattB = device.connectGatt(mContext, false, gattCallbackB); in multipleGattClientsSeparateInteractions()
529 inOrder.verify(gattCallbackB, timeout(1000)) in multipleGattClientsSeparateInteractions()
541 inOrder.verify(gattCallbackB, timeout(1000)) in multipleGattClientsSeparateInteractions()