Searched refs:insertSelectionArg (Results 1 – 2 of 2) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 4146 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(rawContactId)); in updateInTransaction() 4169 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(groupId)); in updateInTransaction() 5840 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(contactId)); in queryLocal() 5870 selectionArgs = insertSelectionArg(selectionArgs, in queryLocal() 5908 selectionArgs = insertSelectionArg(selectionArgs, in queryLocal() 5920 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(contactId)); in queryLocal() 5950 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(contactId)); in queryLocal() 5960 selectionArgs = insertSelectionArg(selectionArgs, in queryLocal() 6175 selectionArgs = insertSelectionArg(selectionArgs, uri.getLastPathSegment()); in queryLocal() 6176 selectionArgs = insertSelectionArg(selectionArgs, groupMimeTypeId); in queryLocal() [all …]
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarProvider2.java | 838 selectionArgs = insertSelectionArg(selectionArgs, in queryInternal() 853 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1)); in queryInternal() 867 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1)); in queryInternal() 889 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1)); in queryInternal() 958 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1)); in queryInternal() 967 selectionArgs = insertSelectionArg(selectionArgs, uri.getLastPathSegment()); in queryInternal() 984 selectionArgs = insertSelectionArg(selectionArgs, uri.getLastPathSegment()); in queryInternal() 992 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1)); in queryInternal() 3070 selectionArgs = insertSelectionArg(selectionArgs, in deleteInTransaction() 3939 selectionArgs = insertSelectionArg(selectionArgs, in updateInTransaction() [all …]
|