Searched refs:mSourceRefreshesInFlight (Results 1 – 1 of 1) sorted by relevance
376 private final ArrayMap<SafetySourceKey, Long> mSourceRefreshesInFlight = new ArrayMap<>(); field in SafetyCenterRefreshTracker.RefreshInProgress415 Long startElapsedMillis = mSourceRefreshesInFlight.get(safetySourceKey); in getDurationSinceSourceStart()424 return new ArraySet<>(mSourceRefreshesInFlight.keySet()); in getSourceRefreshesInFlight()441 mSourceRefreshesInFlight.put(safetySourceKey, currentElapsedMillis); in markSourceRefreshInFlight()456 + mSourceRefreshesInFlight.size() in markSourceRefreshInFlight()463 Long startElapsedMillis = mSourceRefreshesInFlight.remove(safetySourceKey); in markSourceRefreshComplete()489 + mSourceRefreshesInFlight.size() in markSourceRefreshComplete()507 for (int i = mSourceRefreshesInFlight.size() - 1; i >= 0; i--) { in clearForUser()508 SafetySourceKey sourceKey = mSourceRefreshesInFlight.keyAt(i); in clearForUser()510 mSourceRefreshesInFlight.removeAt(i); in clearForUser()[all …]