Searched refs:typeAsInteger (Results 1 – 1 of 1) sorted by relevance
1006 final Integer typeAsInteger = contentValues.getAsInteger(StructuredPostal.TYPE); in appendPostalsForDoCoMo() local1007 final Integer priorityAsInteger = sPostalTypePriorityMap.get(typeAsInteger); in appendPostalsForDoCoMo()1012 currentType = typeAsInteger; in appendPostalsForDoCoMo()1034 final Integer typeAsInteger = contentValues.getAsInteger(StructuredPostal.TYPE); in appendPostalsForGeneric() local1035 final int type = (typeAsInteger != null ? in appendPostalsForGeneric()1036 typeAsInteger : DEFAULT_POSTAL_TYPE); in appendPostalsForGeneric()1198 final Integer typeAsInteger = contentValues.getAsInteger(Im.TYPE); in appendIms() local1199 switch (typeAsInteger != null ? typeAsInteger : Im.TYPE_OTHER) { in appendIms()1572 public void appendTelLine(final Integer typeAsInteger, final String label, in appendTelLine() argument1578 if (typeAsInteger == null) { in appendTelLine()[all …]