Home
last modified time | relevance | path

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

/frameworks/ex/common/java/com/android/common/widget/
DCompositeCursorAdapter.java39 int idColumnIndex; field in CompositeCursorAdapter.Partition
224 mPartitions.get(partition).idColumnIndex = cursor.getColumnIndex("_id"); in changeCursor()
463 if (mPartition.idColumnIndex == -1) { in getItemId()
471 return cursor.getLong(mPartition.idColumnIndex); in getItemId()
/frameworks/base/core/java/android/provider/
DFontsContract.java857 final int idColumnIndex = cursor.getColumnIndexOrThrow(Columns._ID); in getFontFromProvider() local
873 long id = cursor.getLong(idColumnIndex); in getFontFromProvider()