Searched refs:mLegacyIntent (Results 1 – 1 of 1) sorted by relevance
127 @Nullable private final Intent mLegacyIntent; field in TextClassification147 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.