Searched refs:mSelection (Results 1 – 6 of 6) sorted by relevance
34 private StringBuilder mSelection = new StringBuilder(); field in SelectionBuilder41 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()
54 String mSelection; field in CursorLoader72 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()
65 private final String mSelection; field in ContentProviderOperation84 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 …]
160 private final Matcher<String> mSelection;163 mSelection = checkNotNull(selection);176 assertThat(selectedText, mSelection);
580 result.mStart, result.mEnd, result.mClassification, result.mSelection); in onSmartSelection()1242 @Nullable private final TextSelection mSelection; field in SelectionActionModeHelper.SelectionResult1250 mSelection = selection; in SelectionResult()
10138 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…