Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentUnlockService.java432 HandshakeMessage handshakeMessage; in showVerificationCode() local
436 handshakeMessage = mEncryptionRunner.verifyPin(); in showVerificationCode()
443 if (handshakeMessage.getHandshakeState() != HandshakeMessage.HandshakeState.FINISHED) { in showVerificationCode()
445 + handshakeMessage.getHandshakeState()); in showVerificationCode()
451 mEncryptionKey = handshakeMessage.getKey(); in showVerificationCode()