Home
last modified time | relevance | path

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

/packages/apps/Car/libs/connected-device-lib/tests/unit/src/com/android/car/connecteddevice/ble/
DCarBlePeripheralManagerTest.java68 private static final String TEST_VERIFICATION_CODE = "000000"; field in CarBlePeripheralManagerTest
162 channel.getShowVerificationCodeListener().showVerificationCode(TEST_VERIFICATION_CODE); in testShowVerificationCode()
164 verify(callback).onVerificationCodeAvailable(eq(TEST_VERIFICATION_CODE)); in testShowVerificationCode()