Searched refs:sSessionIdToLogSession (Results 1 – 2 of 2) sorted by relevance
155 public static final Map<Integer, String> sSessionIdToLogSession = new HashMap<>(); field in Analytics158 sSessionIdToLogSession.put(e.getValue(), e.getKey()); in e.getValue()687 .filter(e -> sSessionIdToLogSession.containsKey(e.getKey())) in dump()689 sSessionIdToLogSession.get(e.getKey()), e.getValue())); in dump()
295 Analytics.sSessionIdToLogSession.get(s.getKey()))) in testAnalyticsLogSessionTiming()