Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/epg/
DEpgFetchHelper.java61 private static long sLastEpgUpdatedTimestamp = -1; field in EpgFetchHelper
281 sLastEpgUpdatedTimestamp = timestamp; in setLastEpgUpdatedTimestamp()
290 if (sLastEpgUpdatedTimestamp < 0) { in getLastEpgUpdatedTimestamp()
291 sLastEpgUpdatedTimestamp = in getLastEpgUpdatedTimestamp()
295 return sLastEpgUpdatedTimestamp; in getLastEpgUpdatedTimestamp()