Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/epg/
DEpgFetcher.java100 private long mLastEpgTimestamp = -1; field in EpgFetcher
347 if (mLastEpgTimestamp < 0) { in getLastUpdatedEpgTimestamp()
348 mLastEpgTimestamp = PreferenceManager.getDefaultSharedPreferences(mContext).getLong( in getLastUpdatedEpgTimestamp()
351 return mLastEpgTimestamp; in getLastUpdatedEpgTimestamp()
355 mLastEpgTimestamp = timestamp; in setLastUpdatedEpgTimestamp()