Searched refs:DEFAULT_ORGANIZATION_TYPE (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/opt/vcard/java/com/android/vcard/ |
H A D | VCardEntry.java | 71 private static final int DEFAULT_ORGANIZATION_TYPE = Organization.TYPE_WORK; field in VCardEntry 1962 addNewOrganization(null, null, title, null, DEFAULT_ORGANIZATION_TYPE, false); in handleTitleValue() 1973 addNewOrganization(null, null, title, null, DEFAULT_ORGANIZATION_TYPE, false); in handleTitleValue()
|