Searched refs:bootMitigationCounts (Results 1 – 1 of 1) sorted by relevance
1819 HashMap<String, Integer> bootMitigationCounts = new HashMap<>(); in saveAllObserversBootMitigationCountToMetadata() local1822 bootMitigationCounts.put(observer.name, observer.getBootMitigationCount()); in saveAllObserversBootMitigationCountToMetadata()1828 objectStream.writeObject(bootMitigationCounts); in saveAllObserversBootMitigationCountToMetadata()1987 HashMap<String, Integer> bootMitigationCounts = in readAllObserversBootMitigationCountIfNecessary() local1994 if (bootMitigationCounts.containsKey(observer.name)) { in readAllObserversBootMitigationCountIfNecessary()1996 bootMitigationCounts.get(observer.name)); in readAllObserversBootMitigationCountIfNecessary()