Searched refs:colType (Results 1 – 1 of 1) sorted by relevance
53 int colType; in getDisplayLabel() local60 colType = cursor.getColumnIndex(Phone.TYPE); in getDisplayLabel()63 colType = cursor.getColumnIndex(Email.TYPE); in getDisplayLabel()66 colType = cursor.getColumnIndex(StructuredPostal.TYPE); in getDisplayLabel()69 colType = cursor.getColumnIndex(Organization.TYPE); in getDisplayLabel()75 final int type = cursor.getInt(colType); in getDisplayLabel()