Searched refs:customType (Results 1 – 2 of 2) sorted by relevance
84 final int customType; in getDisplayLabel() local90 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()
925 final String customType = extras.getString(typeExtra); in parseExtras() local926 child.put(editType.customColumn, customType); in parseExtras()