Searched refs:getLastEpgUpdatedTimestamp (Results 1 – 2 of 2) sorted by relevance
192 return EpgFetchHelper.getLastEpgUpdatedTimestamp(mContext);197 if (System.currentTimeMillis() - EpgFetchHelper.getLastEpgUpdatedTimestamp(mContext)348 if (mEpgTimeStamp <= EpgFetchHelper.getLastEpgUpdatedTimestamp(mContext)) { in prepareFetchEpg()553 if (System.currentTimeMillis() - EpgFetchHelper.getLastEpgUpdatedTimestamp(mContext) in doInBackground()
226 synchronized static long getLastEpgUpdatedTimestamp(Context context) { in getLastEpgUpdatedTimestamp() method