Searched refs:phoneTypeColumn (Results 1 – 2 of 2) sorted by relevance
294 int phoneTypeColumn = cursor.getColumnIndexOrThrow(Phone.TYPE); in onLoadComplete() local312 item.type = cursor.getInt(phoneTypeColumn); in onLoadComplete()
208 int phoneTypeColumn = cursor.getColumnIndexOrThrow(Phone.TYPE); in saveCursorToCache() local260 final int phoneNumberType = cursor.getInt(phoneTypeColumn); in saveCursorToCache()