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.java128 @Nullable private final Intent mLegacyIntent; field in TextClassification
148 mLegacyIntent = legacyIntent; in TextClassification()
241 return mLegacyIntent; in getIntent()
336 @Nullable private Intent mLegacyIntent;
464 mLegacyIntent = intent;
518 return new TextClassification(mText, mLegacyIcon, mLegacyLabel, mLegacyIntent,
808 mLegacyIntent = null; // mLegacyIntent is not parcelled.