Searched refs:CUSTOM_4 (Results 1 – 4 of 4) sorted by relevance
27 import static android.hardware.automotive.vehicle.UserIdentificationAssociationType.CUSTOM_4;339 assertThat(UserHalHelper.isValidUserIdentificationAssociationType(CUSTOM_4)).isTrue(); in testIsValidUserIdentificationAssociationType_valid()344 assertThat(UserHalHelper.isValidUserIdentificationAssociationType(CUSTOM_4 + 1)).isFalse(); in testIsValidUserIdentificationAssociationType_invalid()415 request.associationTypes = new int[]{CUSTOM_4 + 1}; in testUserIdentificationGetRequestToHalPropValue_invalidType()493 CUSTOM_4 + 1, in testToUserIdentificationResponse_invalidType()883 association1.type = CUSTOM_4 + 1; in testUserIdentificationSetRequestToHalPropValue_invalidType()
254 case UserIdentificationAssociationType.CUSTOM_4: in isValidUserIdentificationAssociationType()
117 .isEqualTo(UserIdentificationAssociationType.CUSTOM_4); in testUserIdentificationAssociationType()
33 import static android.hardware.automotive.vehicle.UserIdentificationAssociationType.CUSTOM_4;487 VALID_USER_AUTH_TYPES.put(CUSTOM_4, "CUSTOM_4"); in VALID_USER_AUTH_TYPES.put() argument