Home
last modified time | relevance | path

Searched refs:insertSelectionArg (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java3963 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(rawContactId)); in updateInTransaction()
3986 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(groupId)); in updateInTransaction()
5204 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(contactId)); in queryLocal()
5234 selectionArgs = insertSelectionArg(selectionArgs, in queryLocal()
5272 selectionArgs = insertSelectionArg(selectionArgs, in queryLocal()
5284 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(contactId)); in queryLocal()
5314 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(contactId)); in queryLocal()
5324 selectionArgs = insertSelectionArg(selectionArgs, in queryLocal()
5539 selectionArgs = insertSelectionArg(selectionArgs, uri.getLastPathSegment()); in queryLocal()
5540 selectionArgs = insertSelectionArg(selectionArgs, groupMimeTypeId); in queryLocal()
[all …]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java867 selectionArgs = insertSelectionArg(selectionArgs, in queryInternal()
882 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1)); in queryInternal()
896 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1)); in queryInternal()
918 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1)); in queryInternal()
987 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1)); in queryInternal()
996 selectionArgs = insertSelectionArg(selectionArgs, uri.getLastPathSegment()); in queryInternal()
1013 selectionArgs = insertSelectionArg(selectionArgs, uri.getLastPathSegment()); in queryInternal()
1021 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1)); in queryInternal()
3079 selectionArgs = insertSelectionArg(selectionArgs, in deleteInTransaction()
3948 selectionArgs = insertSelectionArg(selectionArgs, in updateInTransaction()
[all …]