Searched refs:CUSTOM_2 (Results 1 – 3 of 3) sorted by relevance
27 import static android.hardware.automotive.vehicle.V2_0.UserIdentificationAssociationType.CUSTOM_2;377 assertThat(UserHalHelper.isValidUserIdentificationAssociationType(CUSTOM_2)).isTrue(); in testIsValidUserIdentificationAssociationType_valid()553 prop.value.int32Values.add(CUSTOM_2); in testToUserIdentificationResponse_ok()565 assertAssociation(response, 2, CUSTOM_2, NOT_ASSOCIATED_ANY_USER); in testToUserIdentificationResponse_ok()
22 import static android.hardware.automotive.vehicle.V2_0.UserIdentificationAssociationType.CUSTOM_2;199 VALID_USER_AUTH_TYPES.put(CUSTOM_2, UserIdentificationAssociationType.toString(CUSTOM_2)); in VALID_USER_AUTH_TYPES.put() argument
291 case UserIdentificationAssociationType.CUSTOM_2: in isValidUserIdentificationAssociationType()