HomeSort by relevance Sort by last modified time
    Searched defs:logChannelViewStop (Results 1 - 3 of 3) sorted by null

  /packages/apps/TV/src/com/android/tv/data/
WatchedHistoryManager.java 179 public void logChannelViewStop(Channel channel, long endTime, long duration) {
  /packages/apps/TV/tests/unit/src/com/android/tv/data/
WatchedHistoryManagerTest.java 75 mWatchedHistoryManager.logChannelViewStop(channel, time, duration);
96 mWatchedHistoryManager.logChannelViewStop(channel, time + duration * i, duration);
  /packages/apps/TV/src/com/android/tv/ui/
TunableTvView.java 509 mWatchedHistoryManager.logChannelViewStop(mCurrentChannel,
606 mWatchedHistoryManager.logChannelViewStop(mCurrentChannel,
    [all...]

Completed in 119 milliseconds