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.java228 private interface IdQuery { interface in LegacyApiSupport
957 Cursor c = query(uri, IdQuery.COLUMNS, selection, selectionArgs, null, null); in updateAll()
965 long id = c.getLong(IdQuery._ID); in updateAll()
1452 Cursor c = mContactsProvider.query(Data.CONTENT_URI, IdQuery.COLUMNS, in findFirstDataId()
1458 dataId = c.getLong(IdQuery._ID); in findFirstDataId()
1473 Cursor c = query(uri, IdQuery.COLUMNS, selection, selectionArgs, null, null); in delete()
1481 long id = c.getLong(IdQuery._ID); in delete()