Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DUserHalService.java571 logEventWithErrorMessage(EventLogTags.CAR_USER_HAL_GET_USER_AUTH_RESP, responseAsPropValue); in getUserAssociation()
678 logEventWithErrorMessage(EventLogTags.CAR_USER_HAL_SET_USER_AUTH_RESP, value); in handleOnUserIdentificationAssociation()
761 private static void logEventWithErrorMessage(int eventTag, @NonNull VehiclePropValue value) { in logEventWithErrorMessage() method in UserHalService