Searched refs:mMatches (Results 1 – 3 of 3) sorted by relevance
38 private final ArrayList<Match> mMatches; field in FieldClassification42 mMatches = Preconditions.checkNotNull(matches); in FieldClassification()43 Collections.sort(mMatches, new Comparator<Match>() { in FieldClassification()63 return mMatches; in getMatches()70 return "FieldClassification: " + mMatches; in toString()74 parcel.writeInt(mMatches.size()); in writeToParcel()75 for (int i = 0; i < mMatches.size(); i++) { in writeToParcel()76 mMatches.get(i).writeToParcel(parcel); in writeToParcel()
46 private TextView mMatches; field in FindActionModeCallback63 mMatches = (TextView) mCustomView.findViewById( in FindActionModeCallback()147 mMatches.setVisibility(View.GONE); in findAll()152 mMatches.setVisibility(View.INVISIBLE); in findAll()170 mMatches.setVisibility(View.GONE); in updateMatchCount()181 mMatches.setText(com.android.internal.R.string.no_matches); in updateMatchesString()183 mMatches.setText(mResources.getQuantityString( in updateMatchesString()187 mMatches.setVisibility(View.VISIBLE); in updateMatchesString()215 mMatches.setVisibility(View.GONE); in onCreateActionMode()217 mMatches.setText("0"); in onCreateActionMode()
62711 Landroid/service/autofill/FieldClassification;->mMatches:Ljava/util/ArrayList;79836 Landroid/webkit/FindActionModeCallback;->mMatches:Landroid/widget/TextView;