Searched defs:mLegacyLabel (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/textclassifier/
H A DTextClassification.java123 @Nullable private final String mLegacyLabel; field in class:TextClassification
141 mLegacyLabel = legacyLabel;
220 return mLegacyLabel;
358 @Nullable private String mLegacyLabel; field in class:TextClassification.Builder
429 mLegacyLabel = label;
478 return new TextClassification(mText, mLegacyIcon, mLegacyLabel, mLegacyIntent,
688 mLegacyLabel = action.getTitle().toString();
692 mLegacyLabel = null;

Completed in 52 milliseconds