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

/packages/apps/Browser/src/com/android/browser/provider/
H A DBrowserProvider2.java1053 String selectionWithId =
1056 return mSyncHelper.query(db, projection, selectionWithId, selectionArgs, sortOrder);
1268 String selectionWithId =
1271 deleted = mSyncHelper.delete(db, selectionWithId, selectionArgs);
1671 String selectionWithId =
1675 selectionWithId, selectionArgs);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java3477 String selectionWithId =
3480 return mDbHelper.get().getSyncState().delete(mActiveDb.get(), selectionWithId,
3485 String selectionWithId =
3488 return mProfileHelper.getSyncState().delete(mActiveDb.get(), selectionWithId,
3648 String selectionWithId =
3652 selectionWithId, selectionArgs);
3866 String selectionWithId =
3870 selectionWithId, selectionArgs);
3875 String selectionWithId =
3879 selectionWithId, selectionArg
4167 updateGroups(Uri uri, ContentValues values, String selectionWithId, String[] selectionArgs, boolean callerIsSyncAdapter) argument
[all...]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java812 String selectionWithId = (SyncState._ID + "=?")
817 return mDbHelper.getSyncState().query(db, projection, selectionWithId,
2924 String selectionWithId = (SyncState._ID + "=?")
2929 return mDbHelper.getSyncState().delete(mDb, selectionWithId,
3779 String selectionWithId = (SyncState._ID + "=?")
3784 return mDbHelper.getSyncState().update(mDb, values, selectionWithId, selectionArgs);

Completed in 1147 milliseconds