Home
last modified time | relevance | path

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

/packages/apps/Car/libs/connected-device-lib/tests/unit/src/com/android/car/connecteddevice/ble/
DCarBlePeripheralManagerTest.java67 private static final UUID TEST_REMOTE_DEVICE_ID = UUID.randomUUID(); field in CarBlePeripheralManagerTest
174 channelCallback.onDeviceIdReceived(TEST_REMOTE_DEVICE_ID.toString()); in testAssociationSuccess()
181 assertThat(device.getDeviceId()).isEqualTo(TEST_REMOTE_DEVICE_ID.toString()); in testAssociationSuccess()
183 verify(callback).onAssociationCompleted(eq(TEST_REMOTE_DEVICE_ID.toString())); in testAssociationSuccess()
194 channelCallback.onDeviceIdReceived(TEST_REMOTE_DEVICE_ID.toString()); in testAssociationFailure_channelError()