Searched refs:otherUnescapableFields (Results 1 - 1 of 1) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/packet/
H A DVCard.java124 private Map<String, String> otherUnescapableFields = new HashMap<String, String>(); field in class:VCard
163 otherUnescapableFields.put(field, value);
621 || otherUnescapableFields.size() > 0
813 it = otherUnescapableFields.entrySet().iterator();

Completed in 140 milliseconds