Searched refs:CUSTOM_2 (Results 1 – 4 of 4) sorted by relevance
25 import static android.hardware.automotive.vehicle.UserIdentificationAssociationType.CUSTOM_2;337 assertThat(UserHalHelper.isValidUserIdentificationAssociationType(CUSTOM_2)).isTrue(); in testIsValidUserIdentificationAssociationType_valid()530 CUSTOM_2, in testToUserIdentificationResponse_ok()542 assertAssociation(response, 2, CUSTOM_2, NOT_ASSOCIATED_ANY_USER); in testToUserIdentificationResponse_ok()
252 case UserIdentificationAssociationType.CUSTOM_2: in isValidUserIdentificationAssociationType()
113 .isEqualTo(UserIdentificationAssociationType.CUSTOM_2); in testUserIdentificationAssociationType()
31 import static android.hardware.automotive.vehicle.UserIdentificationAssociationType.CUSTOM_2;485 VALID_USER_AUTH_TYPES.put(CUSTOM_2, "CUSTOM_2"); in VALID_USER_AUTH_TYPES.put() argument