Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java3568 String selectionWithId = in deleteInTransaction() local
3571 return mDbHelper.get().getSyncState().delete(db, selectionWithId, selectionArgs); in deleteInTransaction()
3575 String selectionWithId = in deleteInTransaction() local
3578 return mProfileHelper.getSyncState().delete(db, selectionWithId, selectionArgs); in deleteInTransaction()
3751 String selectionWithId = in deleteInTransaction() local
3754 return deleteStreamItemPhotos(selectionWithId, selectionArgs); in deleteInTransaction()
3991 String selectionWithId = in updateInTransaction() local
3995 selectionWithId, selectionArgs); in updateInTransaction()
4000 String selectionWithId = in updateInTransaction() local
4004 selectionWithId, selectionArgs); in updateInTransaction()
[all …]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java988 String selectionWithId = (SyncState._ID + "=?") in queryInternal() local
993 return mDbHelper.getSyncState().query(db, projection, selectionWithId, in queryInternal()
3331 String selectionWithId = (SyncState._ID + "=?") in deleteInTransactionInner() local
3336 return mDbHelper.getSyncState().delete(mDb, selectionWithId, in deleteInTransactionInner()
4214 String selectionWithId = (SyncState._ID + "=?") in updateInTransactionInner() local
4219 return mDbHelper.getSyncState().update(mDb, values, selectionWithId, selectionArgs); in updateInTransactionInner()