Home
last modified time | relevance | path

Searched refs:clearOldWatchHistory (Results 1 – 2 of 2) sorted by relevance

/packages/providers/TvProvider/tests/src/com/android/providers/tv/
DEpgDataCleanupServiceTests.java245 getService().clearOldWatchHistory(1); in testClearOldWatchedPrograms()
249 getService().clearOldWatchHistory(2); in testClearOldWatchedPrograms()
259 getService().clearOldWatchHistory(1005); in testClearOldWatchedPrograms()
/packages/providers/TvProvider/src/com/android/providers/tv/
DEpgDataCleanupService.java65 clearOldWatchHistory(nowMillis - TimeUnit.DAYS.toMillis(maxWatchedProgramAgeInDays)); in onHandleIntent()
97 void clearOldWatchHistory(long maxStartTimeMillis) { in clearOldWatchHistory() method in EpgDataCleanupService