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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java3950 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(rawContactId));
3973 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(groupId));
5020 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(contactId));
5049 selectionArgs = insertSelectionArg(selectionArgs,
5086 selectionArgs = insertSelectionArg(selectionArgs,
5098 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(contactId));
5127 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(contactId));
5137 selectionArgs = insertSelectionArg(selectionArgs,
5308 selectionArgs = insertSelectionArg(selectionArgs, uri.getLastPathSegment());
5309 selectionArgs = insertSelectionArg(selectionArg
7657 private String[] insertSelectionArg(String[] selectionArgs, String arg) { method in class:ContactsProvider2
[all...]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java815 selectionArgs = insertSelectionArg(selectionArgs,
829 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1));
842 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1));
860 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1));
929 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1));
938 selectionArgs = insertSelectionArg(selectionArgs, uri.getLastPathSegment());
955 selectionArgs = insertSelectionArg(selectionArgs, uri.getLastPathSegment());
963 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1));
2927 selectionArgs = insertSelectionArg(selectionArgs,
3782 selectionArgs = insertSelectionArg(selectionArg
4854 private String[] insertSelectionArg(String[] selectionArgs, String arg) { method in class:CalendarProvider2
[all...]

Completed in 136 milliseconds