Searched refs:mkeyToImpressions (Results 1 – 1 of 1) sorted by relevance
96 private final ArrayMap<String, ChannelImpressions> mkeyToImpressions = new ArrayMap<>(); field in Assistant173 synchronized (mkeyToImpressions) { in readXml()174 ci.append(mkeyToImpressions.get(key)); in readXml()175 mkeyToImpressions.put(key, ci); in readXml()206 synchronized (mkeyToImpressions) { in writeXml()208 : mkeyToImpressions.entrySet()) { in writeXml()297 synchronized (mkeyToImpressions) {298 ChannelImpressions ci = mkeyToImpressions.getOrDefault(key,300 mkeyToImpressions.put(key, ci);325 synchronized (mkeyToImpressions) { in onNotificationRemoved()[all …]