Searched refs:CUSTOM_4 (Results 1 – 4 of 4) sorted by relevance
31 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()
27 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
293 case UserIdentificationAssociationType.CUSTOM_4: in isValidUserIdentificationAssociationType()
102 .isEqualTo(UserIdentificationAssociationType.CUSTOM_4); in testUserIdentificationAssociationType()