Searched refs:sLastEpgUpdatedTimestamp (Results 1 – 1 of 1) sorted by relevance
53 private static long sLastEpgUpdatedTimestamp = -1; field in EpgFetchHelper218 sLastEpgUpdatedTimestamp = timestamp; in setLastEpgUpdatedTimestamp()227 if (sLastEpgUpdatedTimestamp < 0) { in getLastEpgUpdatedTimestamp()228 sLastEpgUpdatedTimestamp = PreferenceManager.getDefaultSharedPreferences(context) in getLastEpgUpdatedTimestamp()231 return sLastEpgUpdatedTimestamp; in getLastEpgUpdatedTimestamp()