Searched refs:setSelectionArg (Results 1 – 3 of 3) sorted by relevance
734 private void setSelectionArg(int index, @NonNull Object value) { in setSelectionArg() method in ContentProviderOperation.Builder915 setSelectionArg(i, selectionArgs[i]); in withSelection()934 setSelectionArg(index, new BackReference(fromIndex, null)); in withSelectionBackReference()955 setSelectionArg(index, new BackReference(fromIndex, fromKey)); in withSelectionBackReference()
3841 HSPLandroid/content/ContentProviderOperation$Builder;->setSelectionArg(ILjava/lang/Object;)V