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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java3384 String selectionWithId =
3387 return mDbHelper.get().getSyncState().delete(db, selectionWithId,
3392 String selectionWithId =
3395 return mProfileHelper.getSyncState().delete(db, selectionWithId,
3570 String selectionWithId =
3574 selectionWithId, selectionArgs);
3813 String selectionWithId =
3817 selectionWithId, selectionArgs);
3822 String selectionWithId =
3826 selectionWithId, selectionArg
4137 updateGroups(Uri uri, ContentValues originalValues, String selectionWithId, String[] selectionArgs, boolean callerIsSyncAdapter) argument
[all...]

Completed in 41 milliseconds