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.java126 @Nullable private final String mLegacyLabel; field in TextClassification
146 mLegacyLabel = legacyLabel; in TextClassification()
226 return mLegacyLabel; in getLabel()
282 .setLabel(mLegacyLabel) in toBuilder()
345 @Nullable private String mLegacyLabel;
442 mLegacyLabel = label;
501 return new TextClassification(mText, mLegacyIcon, mLegacyLabel, mLegacyIntent,
776 mLegacyLabel = action.getTitle().toString();
780 mLegacyLabel = null;