Home
last modified time | relevance | path

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

/packages/providers/TvProvider/src/com/android/providers/tv/
DEpgDataCleanupService.java97 void clearOldWatchHistory(long maxStartTimeMillis) { in clearOldWatchHistory() argument
101 new String[] { String.valueOf(maxStartTimeMillis) }); in clearOldWatchHistory()
105 + DateUtils.getRelativeTimeSpanString(this, maxStartTimeMillis) + ")"); in clearOldWatchHistory()
126 long maxStartTimeMillis; in clearOverflowWatchHistory() local
137 maxStartTimeMillis = cursor.getLong(0); in clearOverflowWatchHistory()
145 new String[] { String.valueOf(maxStartTimeMillis + 1) }); in clearOverflowWatchHistory()