Searched refs:colIndex (Results 1 – 2 of 2) sorted by relevance
246 int colIndex = c.getColumnIndex(colName); in getInt() local247 if (colIndex == -1) { in getInt()251 return c.getInt(colIndex); in getInt()258 int colIndex = c.getColumnIndex(colName); in getString() local259 if (colIndex == -1) { in getString()263 return Strings.nullToEmpty(c.getString(colIndex)); in getString()
1410 int colIndex = c.getColumnIndex(Contacts.DISPLAY_NAME); in getContactNameFromPhone() local1413 name = c.getString(colIndex); in getContactNameFromPhone()1515 int colIndex = c.getColumnIndex(Mms.Addr.ADDRESS); in getAddressMms() local1518 addr = c.getString(colIndex); in getAddressMms()