Searched refs:PROPERTY_ORG (Results 1 – 4 of 4) sorted by relevance
35 public static final String PROPERTY_ORG = "ORG"; field in VCardConstants
586 || propertyNameUpper.equals(VCardConstants.PROPERTY_ORG)
1283 appendLine(VCardConstants.PROPERTY_ORG, orgline, in appendOrganizations()
2272 } else if (propertyName.equals(VCardConstants.PROPERTY_ORG)) { in addProperty()