Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java3615 String selectionWithId = in deleteInTransaction() local
3622 String selectionWithId = in deleteInTransaction() local
3798 String selectionWithId = in deleteInTransaction() local
4089 String selectionWithId = in updateInTransaction() local
4098 String selectionWithId = in updateInTransaction() local
4139 String selectionWithId = (Data.RAW_CONTACT_ID + "=" + rawContactId + " ") in updateInTransaction() local
4206 String selectionWithId = Groups._ID + "=? " in updateInTransaction() local
4427 private int updateGroups(ContentValues originalValues, String selectionWithId, in updateGroups()
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java1008 String selectionWithId = (SyncState._ID + "=?") in queryInternal() local
3355 String selectionWithId = (SyncState._ID + "=?") in deleteInTransactionInner() local
4238 String selectionWithId = (SyncState._ID + "=?") in updateInTransactionInner() local