Home
last modified time | relevance | path

Searched defs:watchedStartTime (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/data/
DWatchedHistoryManager.java271 public final long watchedStartTime; field in WatchedHistoryManager.WatchedRecord
274 WatchedRecord(long channelId, long watchedStartTime, long duration) { in WatchedRecord()
312 long watchedStartTime = scanner.nextLong(); in decode() local