Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/api/
DChannel.java127 Intent getAppLinkIntent(Context context); in getAppLinkIntent() method
/packages/apps/TV/src/com/android/tv/menu/
DAppLinkCardView.java115 mIntent = mChannel.getAppLinkIntent(getContext()); in onBind()
/packages/apps/TV/src/com/android/tv/data/
DChannelImpl.java662 public Intent getAppLinkIntent(Context context) { in getAppLinkIntent() method in ChannelImpl