Searched refs:IdQuery (Results 1 - 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | LegacyApiSupport.java | 226 private interface IdQuery { interface in class:LegacyApiSupport 955 Cursor c = query(uri, IdQuery.COLUMNS, selection, selectionArgs, null, null); 963 long id = c.getLong(IdQuery._ID); 1450 Cursor c = mContactsProvider.query(Data.CONTENT_URI, IdQuery.COLUMNS, 1456 dataId = c.getLong(IdQuery._ID); 1471 Cursor c = query(uri, IdQuery.COLUMNS, selection, selectionArgs, null, null); 1479 long id = c.getLong(IdQuery._ID);
|
Completed in 41 milliseconds