Home
last modified time | relevance | path

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

/packages/apps/TV/tests/robotests/src/com/android/tv/data/
DWatchedHistoryManagerTest.java77 mWatchedHistoryManager.logChannelViewStop(channel, time, duration); in testLogChannelViewStop()
98 mWatchedHistoryManager.logChannelViewStop(channel, time + duration * i, duration); in testCircularHistoryQueue()
/packages/apps/TV/src/com/android/tv/data/
DWatchedHistoryManager.java192 public void logChannelViewStop(Channel channel, long endTime, long duration) { in logChannelViewStop() method in WatchedHistoryManager
/packages/apps/TV/src/com/android/tv/ui/
DTunableTvView.java524 mWatchedHistoryManager.logChannelViewStop( in stop()
622 mWatchedHistoryManager.logChannelViewStop( in tuneTo()