Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DUserHalHelperTest.java27 import static android.hardware.automotive.vehicle.UserIdentificationAssociationType.CUSTOM_4;
339 assertThat(UserHalHelper.isValidUserIdentificationAssociationType(CUSTOM_4)).isTrue(); in testIsValidUserIdentificationAssociationType_valid()
344 assertThat(UserHalHelper.isValidUserIdentificationAssociationType(CUSTOM_4 + 1)).isFalse(); in testIsValidUserIdentificationAssociationType_invalid()
415 request.associationTypes = new int[]{CUSTOM_4 + 1}; in testUserIdentificationGetRequestToHalPropValue_invalidType()
493 CUSTOM_4 + 1, in testToUserIdentificationResponse_invalidType()
883 association1.type = CUSTOM_4 + 1; in testUserIdentificationSetRequestToHalPropValue_invalidType()
/packages/services/Car/service/src/com/android/car/hal/
DUserHalHelper.java254 case UserIdentificationAssociationType.CUSTOM_4: in isValidUserIdentificationAssociationType()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/user/
DCarUserManagerUnitTest.java117 .isEqualTo(UserIdentificationAssociationType.CUSTOM_4); in testUserIdentificationAssociationType()
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java33 import static android.hardware.automotive.vehicle.UserIdentificationAssociationType.CUSTOM_4;
487 VALID_USER_AUTH_TYPES.put(CUSTOM_4, "CUSTOM_4"); in VALID_USER_AUTH_TYPES.put() argument