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.java463 MSG_ENROLL_HANDSHAKE_FAILURE, new AuthInfo(device, null, errorCode))); in onEnrollmentHandshakeFailure()
477 MSG_ENROLL_AUTH_STRING_AVAILABLE, new AuthInfo(device, authString, 0))); in onAuthStringAvailable()
679 AuthInfo auth; in dispatchEnrollmentCallback()
683 auth = (AuthInfo) message.obj; in dispatchEnrollmentCallback()
687 auth = (AuthInfo) message.obj; in dispatchEnrollmentCallback()
722 private static class AuthInfo { class in CarTrustAgentEnrollmentManager
728 AuthInfo(BluetoothDevice device, @Nullable String authString, in AuthInfo() method in CarTrustAgentEnrollmentManager.AuthInfo