Home
last modified time | relevance | path

Searched refs:mSelection (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/content/
DSelectionBuilder.java34 private StringBuilder mSelection = new StringBuilder(); field in SelectionBuilder
41 mSelection.setLength(0); in reset()
61 if (mSelection.length() > 0) { in append()
62 mSelection.append(" AND "); in append()
65 mSelection.append("(").append(selection).append(")"); in append()
83 return mSelection.toString(); in getSelection()
/frameworks/base/core/java/android/content/
DContentProviderOperation.java54 private final String mSelection; field in ContentProviderOperation
73 mSelection = builder.mSelection; in ContentProviderOperation()
86 mSelection = source.readInt() != 0 ? source.readString() : null; in ContentProviderOperation()
110 mSelection = cpo.mSelection; in ContentProviderOperation()
128 if (mSelection != null) { in writeToParcel()
130 dest.writeString(mSelection); in writeToParcel()
332 numRows = provider.delete(mUri, mSelection, selectionArgs); in applyInternal()
334 numRows = provider.update(mUri, values, mSelection, selectionArgs); in applyInternal()
346 final Cursor cursor = provider.query(mUri, projection, mSelection, selectionArgs, null); in applyInternal()
448 ", mSelection: " + mSelection + in toString()
[all …]
DCursorLoader.java53 String mSelection; field in CursorLoader
71 Cursor cursor = getContext().getContentResolver().query(mUri, mProjection, mSelection, in loadInBackground()
146 mSelection = selection; in CursorLoader()
214 return mSelection; in getSelection()
218 mSelection = selection; in setSelection()
243 writer.print(prefix); writer.print("mSelection="); writer.println(mSelection); in dump()
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewAssertions.java160 private final Matcher<String> mSelection;
163 mSelection = checkNotNull(selection);
176 assertThat(selectedText, mSelection);
/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java570 result.mStart, result.mEnd, result.mClassification, result.mSelection); in onSmartSelection()
1215 @Nullable private final TextSelection mSelection; field in SelectionActionModeHelper.SelectionResult
1223 mSelection = selection; in SelectionResult()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt13025 Landroid/content/ContentProviderOperation$Builder;->mSelection:Ljava/lang/String;
13202 Landroid/content/CursorLoader;->mSelection:Ljava/lang/String;
84037 Landroid/widget/SelectionActionModeHelper$SelectionResult;->mSelection:Landroid/view/textclassifier…