Home
last modified time | relevance | path

Searched refs:colType (Results 1 – 1 of 1) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
DContactsUtils.java53 int colType; in getDisplayLabel() local
60 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()