Home
last modified time | relevance | path

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

/packages/providers/TvProvider/src/com/android/providers/tv/
DEpgDataCleanupService.java71 clearOverflowWatchHistory(maxWatchedProgramEntryCount); in onHandleIntent()
116 void clearOverflowWatchHistory(int maxEntryCount) { in clearOverflowWatchHistory() method in EpgDataCleanupService
/packages/providers/TvProvider/tests/src/com/android/providers/tv/
DEpgDataCleanupServiceTests.java273 getService().clearOverflowWatchHistory(5); in testClearOverflowWatchHistory()
277 getService().clearOverflowWatchHistory(0); in testClearOverflowWatchHistory()