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

/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...]

Completed in 128 milliseconds