Searched refs:isValidUserIdentificationAssociationSetValue (Results 1 – 2 of 2) sorted by relevance
316 public static boolean isValidUserIdentificationAssociationSetValue(int value) { in isValidUserIdentificationAssociationSetValue() method in UserHalHelper495 checkArgument(isValidUserIdentificationAssociationSetValue(association.value), in toVehiclePropValue()
406 .isValidUserIdentificationAssociationSetValue(ASSOCIATE_CURRENT_USER)).isTrue(); in testIsValidUserIdentificationAssociationSetValue_valid()408 .isValidUserIdentificationAssociationSetValue(DISASSOCIATE_CURRENT_USER)).isTrue(); in testIsValidUserIdentificationAssociationSetValue_valid()410 .isValidUserIdentificationAssociationSetValue(DISASSOCIATE_ALL_USERS)).isTrue(); in testIsValidUserIdentificationAssociationSetValue_valid()415 assertThat(UserHalHelper.isValidUserIdentificationAssociationSetValue(0)).isFalse(); in testIsValidUserIdentificationAssociationSetValue_invalid()