Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DUserHalHelperTest.java452 () -> UserHalHelper.toUserIdentificationResponse(null)); in testToUserIdentificationResponse_null()
460 () -> UserHalHelper.toUserIdentificationResponse(prop)); in testToUserIdentificationResponse_invalidPropType()
471 () -> UserHalHelper.toUserIdentificationResponse(prop)); in testToUserIdentificationResponse_invalidSize()
481 () -> UserHalHelper.toUserIdentificationResponse(prop)); in testToUserIdentificationResponse_invalidRequest()
497 () -> UserHalHelper.toUserIdentificationResponse(prop)); in testToUserIdentificationResponse_invalidType()
513 () -> UserHalHelper.toUserIdentificationResponse(prop)); in testToUserIdentificationResponse_invalidValue()
534 UserIdentificationResponse response = UserHalHelper.toUserIdentificationResponse(prop); in testToUserIdentificationResponse_ok()
/packages/services/Car/service/src/com/android/car/hal/
DUserHalService.java590 response = UserHalHelper.toUserIdentificationResponse(responseAsPropValue); in getUserAssociation()
708 response = UserHalHelper.toUserIdentificationResponse(value); in handleOnUserIdentificationAssociation()
DUserHalHelper.java299 public static UserIdentificationResponse toUserIdentificationResponse(HalPropValue prop) { in toUserIdentificationResponse() method in UserHalHelper