Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/
DTextClassification.java127 @Nullable private final String mLegacyLabel; field in TextClassification
147 mLegacyLabel = legacyLabel; in TextClassification()
227 return mLegacyLabel; in getLabel()
335 @Nullable private String mLegacyLabel;
449 mLegacyLabel = label;
518 return new TextClassification(mText, mLegacyIcon, mLegacyLabel, mLegacyIntent,
801 mLegacyLabel = action.getTitle().toString();
805 mLegacyLabel = null;