Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/
DTextClassification.java127 @Nullable private final Intent mLegacyIntent; field in TextClassification
147 mLegacyIntent = legacyIntent; in TextClassification()
240 return mLegacyIntent; in getIntent()
283 .setIntent(mLegacyIntent) in toBuilder()
346 @Nullable private Intent mLegacyIntent;
457 mLegacyIntent = intent;
501 return new TextClassification(mText, mLegacyIcon, mLegacyLabel, mLegacyIntent,
783 mLegacyIntent = null; // mLegacyIntent is not parcelled.