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.java53 private static long sLastEpgUpdatedTimestamp = -1; field in EpgFetchHelper
218 sLastEpgUpdatedTimestamp = timestamp; in setLastEpgUpdatedTimestamp()
227 if (sLastEpgUpdatedTimestamp < 0) { in getLastEpgUpdatedTimestamp()
228 sLastEpgUpdatedTimestamp = PreferenceManager.getDefaultSharedPreferences(context) in getLastEpgUpdatedTimestamp()
231 return sLastEpgUpdatedTimestamp; in getLastEpgUpdatedTimestamp()