Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DUserHalHelperTest.java24 import static android.hardware.automotive.vehicle.UserIdentificationAssociationType.CUSTOM_1;
336 assertThat(UserHalHelper.isValidUserIdentificationAssociationType(CUSTOM_1)).isTrue(); in testIsValidUserIdentificationAssociationType_valid()
440 request.associationTypes = new int[]{KEY_FOB, CUSTOM_1}; in testUserIdentificationGetRequestToHalPropValue_ok()
446 .containsExactly(1, 42, 108, 2, KEY_FOB, CUSTOM_1).inOrder(); in testUserIdentificationGetRequestToHalPropValue_ok()
528 CUSTOM_1, in testToUserIdentificationResponse_ok()
541 assertAssociation(response, 1, CUSTOM_1, ASSOCIATED_CURRENT_USER); in testToUserIdentificationResponse_ok()
929 association2.type = CUSTOM_1; in testUserIdentificationSetRequestToHalPropValue_ok()
940 CUSTOM_1, DISASSOCIATE_CURRENT_USER) in testUserIdentificationSetRequestToHalPropValue_ok()
DUserHalServiceTest.java26 import static android.hardware.automotive.vehicle.UserIdentificationAssociationType.CUSTOM_1;
1418 CUSTOM_1, in testGetUserAssociation_wrongNumberOfAssociationsOnResponse()
1437 CUSTOM_1, in testGetUserAssociation_typesOnResponseMismatchTypesOnRequest()
1661 CUSTOM_1, in testSetUserAssociation_wrongNumberOfAssociationsOnResponse()
1701 CUSTOM_1, in testSetUserAssociation_typeMismatchOnResponse()
/packages/services/Car/service/src/com/android/car/hal/
DUserHalHelper.java251 case UserIdentificationAssociationType.CUSTOM_1: in isValidUserIdentificationAssociationType()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/user/
DCarUserManagerUnitTest.java111 .isEqualTo(UserIdentificationAssociationType.CUSTOM_1); in testUserIdentificationAssociationType()
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java30 import static android.hardware.automotive.vehicle.UserIdentificationAssociationType.CUSTOM_1;
484 VALID_USER_AUTH_TYPES.put(CUSTOM_1, "CUSTOM_1"); in VALID_USER_AUTH_TYPES.put() argument