Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/analytics/
DTracker.java87 void sendChannelViewStop(Channel channel, long durationMs); in sendChannelViewStop() method
DStubTracker.java51 public void sendChannelViewStop(Channel channel, long durationMs) { } in sendChannelViewStop() method in StubTracker
/packages/apps/TV/src/com/android/tv/ui/
DTunableTvView.java507 mTracker.sendChannelViewStop(mCurrentChannel, duration); in stop()
604 mTracker.sendChannelViewStop(mCurrentChannel, duration); in tuneTo()