Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/provider/
DBrowserProvider2.java1063 String selectionWithId = in query() local
1066 return mSyncHelper.query(db, projection, selectionWithId, selectionArgs, sortOrder); in query()
1278 String selectionWithId = in deleteInTransaction() local
1281 deleted = mSyncHelper.delete(db, selectionWithId, selectionArgs); in deleteInTransaction()
1681 String selectionWithId = in updateInTransaction() local
1685 selectionWithId, selectionArgs); in updateInTransaction()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java3384 String selectionWithId = in deleteInTransaction() local
3387 return mDbHelper.get().getSyncState().delete(db, selectionWithId, in deleteInTransaction()
3392 String selectionWithId = in deleteInTransaction() local
3395 return mProfileHelper.getSyncState().delete(db, selectionWithId, in deleteInTransaction()
3570 String selectionWithId = in deleteInTransaction() local
3574 selectionWithId, selectionArgs); in deleteInTransaction()
3813 String selectionWithId = in updateInTransaction() local
3817 selectionWithId, selectionArgs); in updateInTransaction()
3822 String selectionWithId = in updateInTransaction() local
3826 selectionWithId, selectionArgs); in updateInTransaction()
[all …]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java843 String selectionWithId = (SyncState._ID + "=?") in query() local
848 return mDbHelper.getSyncState().query(db, projection, selectionWithId, in query()
3046 String selectionWithId = (SyncState._ID + "=?") in deleteInTransaction() local
3051 return mDbHelper.getSyncState().delete(mDb, selectionWithId, in deleteInTransaction()
3914 String selectionWithId = (SyncState._ID + "=?") in updateInTransaction() local
3919 return mDbHelper.getSyncState().update(mDb, values, selectionWithId, selectionArgs); in updateInTransaction()