Searched refs:mIdIndex (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DDateSortedExpandableListAdapter.java44 private int mIdIndex; field in class:DateSortedExpandableListAdapter
68 mIdIndex = -1;
167 if (getLong(mIdIndex) == childId) {
266 mIdIndex = cursor.getColumnIndexOrThrow("_id");
272 mIdIndex = -1;
344 return getLong(mIdIndex);
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
H A DDateSortedExpandableListAdapter.java50 private int mIdIndex; field in class:DateSortedExpandableListAdapter
85 mIdIndex = cursor.getColumnIndexOrThrow(DownloadManager.COLUMN_ID);
183 if (getLong(mIdIndex) == childId) {
320 return getLong(mIdIndex);
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactTileAdapter.java65 private int mIdIndex; field in class:ContactTileAdapter
160 mIdIndex = GroupDetailQuery.CONTACT_ID;
167 mIdIndex = ContactTileLoaderFactory.CONTACT_ID;
235 long id = cursor.getLong(mIdIndex);

Completed in 73 milliseconds