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

/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactModifier.java907 final int typeValue = extras.getInt(typeExtra, hasType ? BaseTypes.TYPE_CUSTOM
946 private static final int TYPE_CUSTOM = Phone.TYPE_CUSTOM; field in class:RawContactModifier
1171 if (oldType != null && oldType == StructuredPostal.TYPE_CUSTOM) {
1392 if (oldType != null && oldType == TYPE_CUSTOM) {

Completed in 307 milliseconds