Searched refs:mSafetySourceLastUpdated (Results 1 – 1 of 1) sorted by relevance
63 private final ArrayMap<SafetySourceKey, Long> mSafetySourceLastUpdated = new ArrayMap<>(); field in SafetySourceDataRepository269 Long lastUpdated = mSafetySourceLastUpdated.get(sourceKey); in getSafetySourceLastUpdated()278 mSafetySourceLastUpdated.put(sourceKey, SystemClock.elapsedRealtime()); in setLastUpdatedNow()299 mSafetySourceLastUpdated.clear(); in clear()318 for (int i = mSafetySourceLastUpdated.size() - 1; i >= 0; i--) { in clearForUser()319 SafetySourceKey sourceKey = mSafetySourceLastUpdated.keyAt(i); in clearForUser()321 mSafetySourceLastUpdated.removeAt(i); in clearForUser()342 dumpArrayMap(fout, mSafetySourceLastUpdated, "LAST UPDATED"); in dump()