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.java58 private static long sLastEpgUpdatedTimestamp = -1; field in EpgFetchHelper
278 sLastEpgUpdatedTimestamp = timestamp; in setLastEpgUpdatedTimestamp()
287 if (sLastEpgUpdatedTimestamp < 0) { in getLastEpgUpdatedTimestamp()
288 sLastEpgUpdatedTimestamp = in getLastEpgUpdatedTimestamp()
292 return sLastEpgUpdatedTimestamp; in getLastEpgUpdatedTimestamp()