Home
last modified time | relevance | path

Searched refs:PROPERTY_ROLE (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
DVCardConstants.java39 public static final String PROPERTY_ROLE = "ROLE"; field in VCardConstants
DVCardEntry.java2268 } else if (propertyName.equals(VCardConstants.PROPERTY_ROLE)) { in addProperty()