Searched refs:AuthInfo (Results 1 – 1 of 1) sorted by relevance
459 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 CarTrustAgentEnrollmentManager724 AuthInfo(BluetoothDevice device, @Nullable String authString, in AuthInfo() method in CarTrustAgentEnrollmentManager.AuthInfo