Searched refs:clearOldWatchHistory (Results 1 – 2 of 2) sorted by relevance
65 clearOldWatchHistory(nowMillis - TimeUnit.DAYS.toMillis(maxWatchedProgramAgeInDays)); in onHandleIntent()97 void clearOldWatchHistory(long maxStartTimeMillis) { in clearOldWatchHistory() method in EpgDataCleanupService
243 getService().clearOldWatchHistory(1); in testClearOldWatchedPrograms()247 getService().clearOldWatchHistory(2); in testClearOldWatchedPrograms()257 getService().clearOldWatchHistory(1005); in testClearOldWatchedPrograms()