Home
last modified time | relevance | path

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

/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
DContactsUtils.java84 final int customType; in getDisplayLabel() local
90 customType = Phone.TYPE_CUSTOM; in getDisplayLabel()
94 customType = Email.TYPE_CUSTOM; in getDisplayLabel()
98 customType = StructuredPostal.TYPE_CUSTOM; in getDisplayLabel()
102 customType = Organization.TYPE_CUSTOM; in getDisplayLabel()
109 if (type != customType) { in getDisplayLabel()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactModifier.java925 final String customType = extras.getString(typeExtra); in parseExtras() local
926 child.put(editType.customColumn, customType); in parseExtras()