Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/trust/
DCarTrustAgentEnrollmentManager.java459 MSG_ENROLL_HANDSHAKE_FAILURE, new AuthInfo(device, null, errorCode))); in onEnrollmentHandshakeFailure()
473 MSG_ENROLL_AUTH_STRING_AVAILABLE, new AuthInfo(device, authString, 0))); in onAuthStringAvailable()
675 AuthInfo auth; in dispatchEnrollmentCallback()
679 auth = (AuthInfo) message.obj; in dispatchEnrollmentCallback()
683 auth = (AuthInfo) message.obj; in dispatchEnrollmentCallback()
718 private static class AuthInfo { class in CarTrustAgentEnrollmentManager
724 AuthInfo(BluetoothDevice device, @Nullable String authString, in AuthInfo() method in CarTrustAgentEnrollmentManager.AuthInfo