Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/
DChannelImpl.java245 public String getAppLinkIntentUri() { in getAppLinkIntentUri() method in ChannelImpl
344 && Objects.equals(mAppLinkIntentUri, other.getAppLinkIntentUri()) in hasSameReadOnlyInfo()
404 mAppLinkIntentUri = channel.getAppLinkIntentUri(); in copyFrom()
/packages/apps/TV/src/com/android/tv/data/api/
DChannel.java86 String getAppLinkIntentUri(); in getAppLinkIntentUri() method