Searched defs:watchedStartTime (Results 1 – 1 of 1) sorted by relevance
246 public final long watchedStartTime; field in WatchedHistoryManager.WatchedRecord249 WatchedRecord(long channelId, long watchedStartTime, long duration) { in WatchedRecord()291 long watchedStartTime = scanner.nextLong(); in decode() local