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/
DCursorLoader.java54 String mSelection; field in CursorLoader
72 Cursor cursor = getContext().getContentResolver().query(mUri, mProjection, mSelection, in loadInBackground()
147 mSelection = selection; in CursorLoader()
215 return mSelection; in getSelection()
219 mSelection = selection; in setSelection()
244 writer.print(prefix); writer.print("mSelection="); writer.println(mSelection); in dump()
DContentProviderOperation.java65 private final String mSelection; field in ContentProviderOperation
84 mSelection = builder.mSelection; in ContentProviderOperation()
110 mSelection = source.readInt() != 0 ? source.readString8() : null; in ContentProviderOperation()
125 mSelection = cpo.mSelection; in ContentProviderOperation()
160 if (mSelection != null) { in writeToParcel()
162 dest.writeString8(mSelection); in writeToParcel()
364 if (mSelection != null) { in applyInternal()
366 extras.putString(ContentResolver.QUERY_ARG_SQL_SELECTION, mSelection); in applyInternal()
543 if (mSelection != null) { in toString()
544 sb.append("selection=").append(mSelection).append(' '); in toString()
[all …]
/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.java580 result.mStart, result.mEnd, result.mClassification, result.mSelection); in onSmartSelection()
1242 @Nullable private final TextSelection mSelection; field in SelectionActionModeHelper.SelectionResult
1250 mSelection = selection; in SelectionResult()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10138 Landroid/content/ContentProviderOperation$Builder;->mSelection:Ljava/lang/String;
10315 Landroid/content/CursorLoader;->mSelection:Ljava/lang/String;
68965 Landroid/widget/SelectionActionModeHelper$SelectionResult;->mSelection:Landroid/view/textclassifier…