Searched refs:TEST_REMOTE_DEVICE_ID (Results 1 – 1 of 1) sorted by relevance
67 private static final UUID TEST_REMOTE_DEVICE_ID = UUID.randomUUID(); field in CarBlePeripheralManagerTest174 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()