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.java3649 String selectionWithId = in deleteInTransaction() local
3652 return mDbHelper.get().getSyncState().delete(db, selectionWithId, selectionArgs); in deleteInTransaction()
3656 String selectionWithId = in deleteInTransaction() local
3659 return mProfileHelper.getSyncState().delete(db, selectionWithId, selectionArgs); in deleteInTransaction()
3832 String selectionWithId = in deleteInTransaction() local
3835 return deleteStreamItemPhotos(selectionWithId, selectionArgs); in deleteInTransaction()
4123 String selectionWithId = in updateInTransaction() local
4127 selectionWithId, selectionArgs); in updateInTransaction()
4132 String selectionWithId = in updateInTransaction() local
4136 selectionWithId, selectionArgs); in updateInTransaction()
[all …]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
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()