Searched refs:insertSelectionArg (Results 1 – 2 of 2) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 4087 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(rawContactId)); in updateInTransaction() 4110 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(groupId)); in updateInTransaction() 5768 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(contactId)); in queryLocal() 5798 selectionArgs = insertSelectionArg(selectionArgs, in queryLocal() 5836 selectionArgs = insertSelectionArg(selectionArgs, in queryLocal() 5848 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(contactId)); in queryLocal() 5878 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(contactId)); in queryLocal() 5888 selectionArgs = insertSelectionArg(selectionArgs, in queryLocal() 6046 selectionArgs = insertSelectionArg(selectionArgs, uri.getLastPathSegment()); in queryLocal() 6047 selectionArgs = insertSelectionArg(selectionArgs, groupMimeTypeId); in queryLocal() [all …]
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarProvider2.java | 991 selectionArgs = insertSelectionArg(selectionArgs, in queryInternal() 1013 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1)); in queryInternal() 1027 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1)); in queryInternal() 1056 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1)); in queryInternal() 1141 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1)); in queryInternal() 1150 selectionArgs = insertSelectionArg(selectionArgs, uri.getLastPathSegment()); in queryInternal() 1167 selectionArgs = insertSelectionArg(selectionArgs, uri.getLastPathSegment()); in queryInternal() 1175 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1)); in queryInternal() 3334 selectionArgs = insertSelectionArg(selectionArgs, in deleteInTransactionInner() 4217 selectionArgs = insertSelectionArg(selectionArgs, in updateInTransactionInner() [all …]
|