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.java248 private interface IdQuery { interface in LegacyApiSupport
984 Cursor c = query(uri, IdQuery.COLUMNS, selection, selectionArgs, null, null); in updateAll()
992 long id = c.getLong(IdQuery._ID); in updateAll()
1511 Cursor c = mContactsProvider.query(Data.CONTENT_URI, IdQuery.COLUMNS, in findFirstDataId()
1517 dataId = c.getLong(IdQuery._ID); in findFirstDataId()
1532 Cursor c = query(uri, IdQuery.COLUMNS, selection, selectionArgs, null, null); in delete()
1540 long id = c.getLong(IdQuery._ID); in delete()