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/android/car/userlib/
DUserHalHelperTest.java31 import static android.hardware.automotive.vehicle.V2_0.UserIdentificationAssociationType.CUSTOM_4;
379 assertThat(UserHalHelper.isValidUserIdentificationAssociationType(CUSTOM_4)).isTrue(); in testIsValidUserIdentificationAssociationType_valid()
384 assertThat(UserHalHelper.isValidUserIdentificationAssociationType(CUSTOM_4 + 1)).isFalse(); in testIsValidUserIdentificationAssociationType_invalid()
445 request.associationTypes.add(CUSTOM_4 + 1); in testUserIdentificationGetRequestToVehiclePropValue_invalidType()
523 prop.value.int32Values.add(CUSTOM_4 + 1); in testToUserIdentificationResponse_invalidType()
858 association1.type = CUSTOM_4 + 1; in testUserIdentificationSetRequestToVehiclePropValue_invalidType()
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java27 import static android.hardware.automotive.vehicle.V2_0.UserIdentificationAssociationType.CUSTOM_4;
312 VALID_USER_AUTH_TYPES.put(CUSTOM_4, UserIdentificationAssociationType.toString(CUSTOM_4)); in VALID_USER_AUTH_TYPES.put() argument
/packages/services/Car/user/car-user-lib/src/android/car/userlib/
DUserHalHelper.java293 case UserIdentificationAssociationType.CUSTOM_4: in isValidUserIdentificationAssociationType()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserManagerUnitTest.java102 .isEqualTo(UserIdentificationAssociationType.CUSTOM_4); in testUserIdentificationAssociationType()