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

/packages/apps/Browser/src/com/android/browser/provider/
H A DBrowserProvider2.java1065 String selectionWithId =
1068 return mSyncHelper.query(db, projection, selectionWithId, selectionArgs, sortOrder);
1330 String selectionWithId =
1333 deleted = mSyncHelper.delete(db, selectionWithId, selectionArgs);
1733 String selectionWithId =
1737 selectionWithId, selectionArgs);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java3418 String selectionWithId =
3421 return mDbHelper.get().getSyncState().delete(db, selectionWithId,
3426 String selectionWithId =
3429 return mProfileHelper.getSyncState().delete(db, selectionWithId,
3604 String selectionWithId =
3608 selectionWithId, selectionArgs);
3847 String selectionWithId =
3851 selectionWithId, selectionArgs);
3856 String selectionWithId =
3860 selectionWithId, selectionArg
4178 updateGroups(Uri uri, ContentValues originalValues, String selectionWithId, String[] selectionArgs, boolean callerIsSyncAdapter) argument
[all...]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java853 String selectionWithId = (SyncState._ID + "=?")
858 return mDbHelper.getSyncState().query(db, projection, selectionWithId,
3060 String selectionWithId = (SyncState._ID + "=?")
3065 return mDbHelper.getSyncState().delete(mDb, selectionWithId,
3928 String selectionWithId = (SyncState._ID + "=?")
3933 return mDbHelper.getSyncState().update(mDb, values, selectionWithId, selectionArgs);

Completed in 200 milliseconds