Searched refs:watchPeriodMs (Results 1 – 1 of 1) sorted by relevance
48 long watchPeriodMs = System.currentTimeMillis() - mEarliestWatchStartTimeMs; in evaluateChannel() local49 return (double) cr.getTotalWatchDurationMs() / Math.max(watchPeriodMs, MIN_WATCH_PERIOD_MS); in evaluateChannel()