Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java3615 String selectionWithId = in deleteInTransaction() local
3622 String selectionWithId = in deleteInTransaction() local
3798 String selectionWithId = in deleteInTransaction() local
3801 return deleteStreamItemPhotos(selectionWithId, selectionArgs); in deleteInTransaction()
4089 String selectionWithId = in updateInTransaction() local
4093 selectionWithId, selectionArgs); in updateInTransaction()
4098 String selectionWithId = in updateInTransaction() local
4102 selectionWithId, selectionArgs); in updateInTransaction()
4206 String selectionWithId = Groups._ID + "=? " in updateInTransaction() local
4427 private int updateGroups(ContentValues originalValues, String selectionWithId, in updateGroups() argument
[all …]
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java1008 String selectionWithId = (SyncState._ID + "=?") in queryInternal() local
1013 return mDbHelper.getSyncState().query(db, projection, selectionWithId, in queryInternal()
3355 String selectionWithId = (SyncState._ID + "=?") in deleteInTransactionInner() local
3360 return mDbHelper.getSyncState().delete(mDb, selectionWithId, in deleteInTransactionInner()
4238 String selectionWithId = (SyncState._ID + "=?") in updateInTransactionInner() local
4243 return mDbHelper.getSyncState().update(mDb, values, selectionWithId, selectionArgs); in updateInTransactionInner()