Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java71 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()