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