Searched defs:watchedDurationMs (Results 1 – 2 of 2) sorted by relevance
66 long watchedDurationMs = watchHistory[watchHistory.length - 1].getWatchedDurationMs(); in evaluateChannel() local97 Program currentProgram, Program watchedProgram, long watchedDurationMs) { in calculateRoutineWatchScore()
133 long watchedDurationMs = mRandom.nextInt((int) maxWatchDurationMs) + 1L; in addRandomWatchLogs() local