Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentUnlockService.java402 showVerificationCode(); in processKeyExchangeHandshakeMessage()
417 showVerificationCode(); in processKeyExchangeHandshakeMessage()
431 private void showVerificationCode() { in showVerificationCode() method in CarTrustAgentUnlockService
DCarTrustAgentEnrollmentService.java734 showVerificationCode(); in processInitEncryptionMessage()
746 showVerificationCode(); in processInitEncryptionMessage()
762 private void showVerificationCode() { in showVerificationCode() method in CarTrustAgentEnrollmentService
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DSecureBleChannel.java188 mShowVerificationCodeListener.showVerificationCode(code); in processHandshakeInProgress()
475 void showVerificationCode(@NonNull String code); in showVerificationCode() method
/packages/apps/Car/libs/connected-device-lib/tests/unit/src/com/android/car/connecteddevice/ble/
DSecureBleChannelTest.java93 verify(mShowVerificationCodeListenerMock).showVerificationCode(anyString()); in testEncryptionHandshake_Association()
DCarBlePeripheralManagerTest.java162 channel.getShowVerificationCodeListener().showVerificationCode(TEST_VERIFICATION_CODE); in testShowVerificationCode()