Home
last modified time | relevance | path

Searched refs:mSelectionArgs (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/content/
H A DSelectionBuilder.java35 private ArrayList<String> mSelectionArgs = new ArrayList<String>(); field in SelectionBuilder
42 mSelectionArgs.clear(); in reset()
70 mSelectionArgs.add(String.valueOf(arg)); in append()
92 return mSelectionArgs.toArray(new String[mSelectionArgs.size()]); in getSelectionArgs()
/aosp14/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java66 private final SparseArray<Object> mSelectionArgs; field in ContentProviderOperation
85 mSelectionArgs = builder.mSelectionArgs; in ContentProviderOperation()
126 mSelectionArgs = cpo.mSelectionArgs; in ContentProviderOperation()
166 dest.writeSparseArray(mSelectionArgs); in writeToParcel()
368 if (mSelectionArgs != null) { in applyInternal()
498 if (mSelectionArgs != null) { in resolveSelectionArgsBackReferences()
546 if (mSelectionArgs != null) { in toString()
666 private SparseArray<Object> mSelectionArgs; field in ContentProviderOperation.Builder
711 if (mSelectionArgs == null) { in ensureSelectionArgs()
712 mSelectionArgs = new SparseArray<>(); in ensureSelectionArgs()
[all …]
H A DCursorLoader.java55 String[] mSelectionArgs; field in CursorLoader
73 mSelectionArgs, mSortOrder, mCancellationSignal); in loadInBackground()
148 mSelectionArgs = selectionArgs; in CursorLoader()
223 return mSelectionArgs; in getSelectionArgs()
227 mSelectionArgs = selectionArgs; in setSelectionArgs()
246 writer.println(Arrays.toString(mSelectionArgs)); in dump()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10139 Landroid/content/ContentProviderOperation$Builder;->mSelectionArgs:[Ljava/lang/String;
10152 Landroid/content/ContentProviderOperation;->mSelectionArgs:[Ljava/lang/String;
10316 Landroid/content/CursorLoader;->mSelectionArgs:[Ljava/lang/String;