Searched refs:logEnrollmentEvent (Results 1 – 2 of 2) sorted by relevance
31 import static com.android.car.trust.EventLog.logEnrollmentEvent;185 logEnrollmentEvent(START_ENROLLMENT_ADVERTISING); in startEnrollmentAdvertising()196 logEnrollmentEvent(STOP_ENROLLMENT_ADVERTISING); in stopEnrollmentAdvertising()209 logEnrollmentEvent(ENROLLMENT_HANDSHAKE_ACCEPTED); in enrollmentHandshakeAccepted()544 logEnrollmentEvent(REMOTE_DEVICE_CONNECTED); in onRemoteDeviceConnected()602 logEnrollmentEvent(RECEIVED_DEVICE_ID); in onEnrollmentDataReceived()660 logEnrollmentEvent(ESCROW_TOKEN_ADDED); in notifyEscrowTokenReceived()691 logEnrollmentEvent(ENROLLMENT_ENCRYPTION_STATE, mEncryptionState); in processInitEncryptionMessage()750 logEnrollmentEvent(SHOW_VERIFICATION_CODE); in showVerificationCode()808 logEnrollmentEvent(ENCRYPTION_KEY_SAVED); in setEnrollmentHandshakeAccepted()
84 static void logEnrollmentEvent(String eventType) { in logEnrollmentEvent() method in EventLog95 static void logEnrollmentEvent(String eventType, int value) { in logEnrollmentEvent() method in EventLog