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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java3907 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(rawContactId));
3930 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(groupId));
5127 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(contactId));
5157 selectionArgs = insertSelectionArg(selectionArgs,
5195 selectionArgs = insertSelectionArg(selectionArgs,
5207 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(contactId));
5237 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(contactId));
5247 selectionArgs = insertSelectionArg(selectionArgs,
5429 selectionArgs = insertSelectionArg(selectionArgs, uri.getLastPathSegment());
5430 selectionArgs = insertSelectionArg(selectionArg
8213 private String[] insertSelectionArg(String[] selectionArgs, String arg) { method in class:ContactsProvider2
[all...]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java846 selectionArgs = insertSelectionArg(selectionArgs,
861 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1));
875 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1));
897 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1));
966 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1));
975 selectionArgs = insertSelectionArg(selectionArgs, uri.getLastPathSegment());
992 selectionArgs = insertSelectionArg(selectionArgs, uri.getLastPathSegment());
1000 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1));
3049 selectionArgs = insertSelectionArg(selectionArgs,
3917 selectionArgs = insertSelectionArg(selectionArg
5035 private String[] insertSelectionArg(String[] selectionArgs, String arg) { method in class:CalendarProvider2
[all...]

Completed in 313 milliseconds