Searched refs:insertSelectionArg (Results 1 – 2 of 2) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 4457 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(rawContactId)); in updateInTransaction() 4480 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(groupId)); in updateInTransaction() 6252 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(contactId)); in queryLocal() 6282 selectionArgs = insertSelectionArg(selectionArgs, in queryLocal() 6320 selectionArgs = insertSelectionArg(selectionArgs, in queryLocal() 6332 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(contactId)); in queryLocal() 6362 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(contactId)); in queryLocal() 6372 selectionArgs = insertSelectionArg(selectionArgs, in queryLocal() 6530 selectionArgs = insertSelectionArg(selectionArgs, uri.getLastPathSegment()); in queryLocal() 6531 selectionArgs = insertSelectionArg(selectionArgs, groupMimeTypeId); in queryLocal() [all …]
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarProvider2.java | 1010 selectionArgs = insertSelectionArg(selectionArgs, in queryInternal() 1032 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1)); in queryInternal() 1046 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1)); in queryInternal() 1075 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1)); in queryInternal() 1160 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1)); in queryInternal() 1169 selectionArgs = insertSelectionArg(selectionArgs, uri.getLastPathSegment()); in queryInternal() 1186 selectionArgs = insertSelectionArg(selectionArgs, uri.getLastPathSegment()); in queryInternal() 1194 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1)); in queryInternal() 3357 selectionArgs = insertSelectionArg(selectionArgs, in deleteInTransactionInner() 4240 selectionArgs = insertSelectionArg(selectionArgs, in updateInTransactionInner() [all …]
|