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

  /packages/apps/TV/tests/unit/src/com/android/tv/data/
WatchedHistoryManagerTest.java 82 mWatchedHistoryManager.logChannelViewStop(channel, time, duration);
103 mWatchedHistoryManager.logChannelViewStop(channel, time + duration * i, duration);
  /packages/apps/TV/src/com/android/tv/data/
WatchedHistoryManager.java 170 public void logChannelViewStop(Channel channel, long endTime, long duration) {
  /packages/apps/TV/src/com/android/tv/ui/
TunableTvView.java 437 mWatchedHistoryManager.logChannelViewStop(mCurrentChannel,
576 mWatchedHistoryManager.logChannelViewStop(mCurrentChannel,
    [all...]

Completed in 105 milliseconds