Searched refs:insertSelectionArg (Results 1 – 2 of 2) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 4216 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(rawContactId)); in updateInTransaction() 4239 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(groupId)); in updateInTransaction() 5807 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(contactId)); in queryLocal() 5837 selectionArgs = insertSelectionArg(selectionArgs, in queryLocal() 5875 selectionArgs = insertSelectionArg(selectionArgs, in queryLocal() 5887 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(contactId)); in queryLocal() 5917 selectionArgs = insertSelectionArg(selectionArgs, String.valueOf(contactId)); in queryLocal() 5927 selectionArgs = insertSelectionArg(selectionArgs, in queryLocal() 6085 selectionArgs = insertSelectionArg(selectionArgs, uri.getLastPathSegment()); in queryLocal() 6086 selectionArgs = insertSelectionArg(selectionArgs, groupMimeTypeId); in queryLocal() [all …]
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarProvider2.java | 1011 selectionArgs = insertSelectionArg(selectionArgs, in queryInternal() 1033 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1)); in queryInternal() 1047 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1)); in queryInternal() 1076 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1)); in queryInternal() 1161 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1)); in queryInternal() 1170 selectionArgs = insertSelectionArg(selectionArgs, uri.getLastPathSegment()); in queryInternal() 1187 selectionArgs = insertSelectionArg(selectionArgs, uri.getLastPathSegment()); in queryInternal() 1195 selectionArgs = insertSelectionArg(selectionArgs, uri.getPathSegments().get(1)); in queryInternal() 3358 selectionArgs = insertSelectionArg(selectionArgs, in deleteInTransactionInner() 4241 selectionArgs = insertSelectionArg(selectionArgs, in updateInTransactionInner() [all …]
|