Searched refs:lastWtfTime (Results 1 – 1 of 1) sorted by relevance
132 final long lastWtfTime; in checkLastCheckTime() local137 lastWtfTime = mPrefs.getLong(LAST_WTF_REALTIME_PREF_KEY, 0); in checkLastCheckTime()147 lastWtfTime)); in checkLastCheckTime()168 if ((nowRealtime - lastWtfTime) <= WTF_INTERVAL_MS) { in checkLastCheckTime()