Searched defs:idColumnIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/ex/common/java/com/android/common/widget/
H A DCompositeCursorAdapter.java39 int idColumnIndex; field in class:CompositeCursorAdapter.Partition
224 mPartitions.get(partition).idColumnIndex = cursor.getColumnIndex("_id");
463 if (mPartition.idColumnIndex == -1) {
471 return cursor.getLong(mPartition.idColumnIndex);

Completed in 70 milliseconds