Searched refs:CUSTOM_3 (Results 1 – 4 of 4) sorted by relevance
253 case UserIdentificationAssociationType.CUSTOM_3: in isValidUserIdentificationAssociationType()
26 import static android.hardware.automotive.vehicle.UserIdentificationAssociationType.CUSTOM_3;338 assertThat(UserHalHelper.isValidUserIdentificationAssociationType(CUSTOM_3)).isTrue(); in testIsValidUserIdentificationAssociationType_valid()
115 .isEqualTo(UserIdentificationAssociationType.CUSTOM_3); in testUserIdentificationAssociationType()
32 import static android.hardware.automotive.vehicle.UserIdentificationAssociationType.CUSTOM_3;486 VALID_USER_AUTH_TYPES.put(CUSTOM_3, "CUSTOM_3"); in VALID_USER_AUTH_TYPES.put() argument