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.java147 private Intent mAppLinkIntent; field in ChannelImpl
437 mAppLinkIntent = other.mAppLinkIntent; in copyFrom()
667 return mAppLinkIntent; in getAppLinkIntent()
672 mAppLinkIntent = null; in initAppLinkTypeAndIntent()
689 mAppLinkIntent = intent; in initAppLinkTypeAndIntent()
690 mAppLinkIntent.putExtra( in initAppLinkTypeAndIntent()
705 mAppLinkIntent = pm.getLeanbackLaunchIntentForPackage(mPackageName); in initAppLinkTypeAndIntent()
706 if (mAppLinkIntent != null) { in initAppLinkTypeAndIntent()
707 mAppLinkIntent.putExtra( in initAppLinkTypeAndIntent()