Searched refs:lastWtfTime (Results 1 – 1 of 1) sorted by relevance
120 final long lastWtfTime; in checkLastCheckTime() local125 lastWtfTime = mPrefs.getLong(LAST_WTF_REALTIME_PREF_KEY, 0); in checkLastCheckTime()135 lastWtfTime)); in checkLastCheckTime()156 if ((nowRealtime - lastWtfTime) <= WTF_INTERVAL_MS) { in checkLastCheckTime()