Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/src/com/android/tv/util/
H A DUtils.java223 public static long getLastWatchedChannelId(Context context) { in getLastWatchedChannelId() method in Utils
/aosp12/packages/apps/TV/src/com/android/tv/
H A DMainActivity.java575 long channelId = Utils.getLastWatchedChannelId(this); in onCreate()
1056 long channelId = Utils.getLastWatchedChannelId(this); in startTv()