Searched refs:showVerificationCode (Results 1 – 5 of 5) sorted by relevance
402 showVerificationCode(); in processKeyExchangeHandshakeMessage()417 showVerificationCode(); in processKeyExchangeHandshakeMessage()431 private void showVerificationCode() { in showVerificationCode() method in CarTrustAgentUnlockService
734 showVerificationCode(); in processInitEncryptionMessage()746 showVerificationCode(); in processInitEncryptionMessage()762 private void showVerificationCode() { in showVerificationCode() method in CarTrustAgentEnrollmentService
188 mShowVerificationCodeListener.showVerificationCode(code); in processHandshakeInProgress()475 void showVerificationCode(@NonNull String code); in showVerificationCode() method
93 verify(mShowVerificationCodeListenerMock).showVerificationCode(anyString()); in testEncryptionHandshake_Association()
162 channel.getShowVerificationCodeListener().showVerificationCode(TEST_VERIFICATION_CODE); in testShowVerificationCode()