Searched defs:TYPE_CUSTOM (Results 1 - 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DRawContactModifier.java705 if (type != null && type == Phone.TYPE_CUSTOM &&
922 final int typeValue = extras.getInt(typeExtra, hasType ? BaseTypes.TYPE_CUSTOM
961 private static final int TYPE_CUSTOM = Phone.TYPE_CUSTOM; field in class:RawContactModifier
1186 if (oldType != null && oldType == StructuredPostal.TYPE_CUSTOM) {
1407 if (oldType != null && oldType == TYPE_CUSTOM) {

Completed in 130 milliseconds