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.java3878 String selectionWithId = in deleteInTransaction() local
3881 return mDbHelper.get().getSyncState().delete(db, selectionWithId, selectionArgs); in deleteInTransaction()
3885 String selectionWithId = in deleteInTransaction() local
3888 return mProfileHelper.getSyncState().delete(db, selectionWithId, selectionArgs); in deleteInTransaction()
4061 String selectionWithId = in deleteInTransaction() local
4064 return deleteStreamItemPhotos(selectionWithId, selectionArgs); in deleteInTransaction()
4364 String selectionWithId = in updateInTransaction() local
4368 selectionWithId, selectionArgs); in updateInTransaction()
4373 String selectionWithId = in updateInTransaction() local
4377 selectionWithId, selectionArgs); in updateInTransaction()
[all …]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java1007 String selectionWithId = (SyncState._ID + "=?") in queryInternal() local
1012 return mDbHelper.getSyncState().query(db, projection, selectionWithId, in queryInternal()
3354 String selectionWithId = (SyncState._ID + "=?") in deleteInTransactionInner() local
3359 return mDbHelper.getSyncState().delete(mDb, selectionWithId, in deleteInTransactionInner()
4237 String selectionWithId = (SyncState._ID + "=?") in updateInTransactionInner() local
4242 return mDbHelper.getSyncState().update(mDb, values, selectionWithId, selectionArgs); in updateInTransactionInner()