Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java226 private interface IdQuery { interface in LegacyApiSupport
955 Cursor c = query(uri, IdQuery.COLUMNS, selection, selectionArgs, null, null); in updateAll()
963 long id = c.getLong(IdQuery._ID); in updateAll()
1450 Cursor c = mContactsProvider.query(Data.CONTENT_URI, IdQuery.COLUMNS, in findFirstDataId()
1456 dataId = c.getLong(IdQuery._ID); in findFirstDataId()
1471 Cursor c = query(uri, IdQuery.COLUMNS, selection, selectionArgs, null, null); in delete()
1479 long id = c.getLong(IdQuery._ID); in delete()