Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/android/car/userlib/
H A DUserHalHelperTest.java483 () -> UserHalHelper.toUserIdentificationResponse(null)); in testToUserIdentificationResponse_null()
491 () -> UserHalHelper.toUserIdentificationResponse(prop)); in testToUserIdentificationResponse_invalidPropType()
504 () -> UserHalHelper.toUserIdentificationResponse(prop)); in testToUserIdentificationResponse_invalidSize()
514 () -> UserHalHelper.toUserIdentificationResponse(prop)); in testToUserIdentificationResponse_invalidRequest()
527 () -> UserHalHelper.toUserIdentificationResponse(prop)); in testToUserIdentificationResponse_invalidType()
540 () -> UserHalHelper.toUserIdentificationResponse(prop)); in testToUserIdentificationResponse_invalidValue()
557 UserIdentificationResponse response = UserHalHelper.toUserIdentificationResponse(prop); in testToUserIdentificationResponse_ok()
/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DUserHalService.java576 response = UserHalHelper.toUserIdentificationResponse(responseAsPropValue); in getUserAssociation()
691 response = UserHalHelper.toUserIdentificationResponse(value); in handleOnUserIdentificationAssociation()
/aosp12/packages/services/Car/user/car-user-lib/src/android/car/userlib/
H A DUserHalHelper.java333 public static UserIdentificationResponse toUserIdentificationResponse( in toUserIdentificationResponse() method in UserHalHelper