Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/
DChannelImpl.java146 private Intent mAppLinkIntent; field in ChannelImpl
436 mAppLinkIntent = other.mAppLinkIntent; in copyFrom()
666 return mAppLinkIntent; in getAppLinkIntent()
671 mAppLinkIntent = null; in initAppLinkTypeAndIntent()
677 mAppLinkIntent = intent; in initAppLinkTypeAndIntent()
678 mAppLinkIntent.putExtra( in initAppLinkTypeAndIntent()
693 mAppLinkIntent = pm.getLeanbackLaunchIntentForPackage(mPackageName); in initAppLinkTypeAndIntent()
694 if (mAppLinkIntent != null) { in initAppLinkTypeAndIntent()
695 mAppLinkIntent.putExtra( in initAppLinkTypeAndIntent()