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