Searched refs:idColumnIndex (Results 1 – 6 of 6) sorted by relevance
233 val idColumnIndex = in querySlots() constant241 if (idColumnIndex == -1 || capacityColumnIndex == -1) { in querySlots()248 id = cursor.getString(idColumnIndex), in querySlots()313 val idColumnIndex = in queryAffordances() constant351 idColumnIndex == -1 || in queryAffordances()364 val affordanceId = cursor.getString(idColumnIndex) in queryAffordances()
499 val idColumnIndex = in <lambda>() constant507 if (idColumnIndex == -1 || capacityColumnIndex == -1) { in <lambda>()514 id = cursor.getString(idColumnIndex), in <lambda>()535 val idColumnIndex = in <lambda>() constant547 if (idColumnIndex == -1 || nameColumnIndex == -1 || iconColumnIndex == -1) { in <lambda>()554 id = cursor.getString(idColumnIndex), in <lambda>()
39 int idColumnIndex; field in CompositeCursorAdapter.Partition224 mPartitions.get(partition).idColumnIndex = cursor.getColumnIndex("_id"); in changeCursor()463 if (mPartition.idColumnIndex == -1) { in getItemId()471 return cursor.getLong(mPartition.idColumnIndex); in getItemId()
234 int idColumnIndex = cursor.getColumnIndex(SmsMmsAnalyticsTable._ID); in updateIfEntryExistsOtherwiseInsert() local236 if (idColumnIndex != -1 && countColumnIndex != -1) { in updateIfEntryExistsOtherwiseInsert()237 int id = cursor.getInt(idColumnIndex); in updateIfEntryExistsOtherwiseInsert()
240 int idColumnIndex = cursor.getColumnIndex(CallAnalyticsTable._ID); in updateEntryIfExistsOrInsert() local242 if (idColumnIndex != -1 && countColumnIndex != -1) { in updateEntryIfExistsOrInsert()243 int id = cursor.getInt(idColumnIndex); in updateEntryIfExistsOrInsert()
857 final int idColumnIndex = cursor.getColumnIndexOrThrow(Columns._ID); in getFontFromProvider() local873 long id = cursor.getLong(idColumnIndex); in getFontFromProvider()