Home
last modified time | relevance | path

Searched refs:bootMitigationCounts (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DPackageWatchdog.java1819 HashMap<String, Integer> bootMitigationCounts = new HashMap<>(); in saveAllObserversBootMitigationCountToMetadata() local
1822 bootMitigationCounts.put(observer.name, observer.getBootMitigationCount()); in saveAllObserversBootMitigationCountToMetadata()
1828 objectStream.writeObject(bootMitigationCounts); in saveAllObserversBootMitigationCountToMetadata()
1987 HashMap<String, Integer> bootMitigationCounts = in readAllObserversBootMitigationCountIfNecessary() local
1994 if (bootMitigationCounts.containsKey(observer.name)) { in readAllObserversBootMitigationCountIfNecessary()
1996 bootMitigationCounts.get(observer.name)); in readAllObserversBootMitigationCountIfNecessary()