Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DPackageWatchdog.java562 observer.getBootMitigationCount() + 1) in noteBoot()
575 currentObserverInternal.getBootMitigationCount() + 1; in noteBoot()
1303 public int getBootMitigationCount() { in getBootMitigationCount() method in PackageWatchdog.ObserverInternal
1822 bootMitigationCounts.put(observer.name, observer.getBootMitigationCount()); in saveAllObserversBootMitigationCountToMetadata()
1963 if (observerInternal.getBootMitigationCount() > 0) { in performedMitigationsDuringWindow()
/frameworks/base/tests/PackageWatchdog/src/com/android/server/
DPackageWatchdogTest.java1576 assertThat(readObserver.getBootMitigationCount()).isEqualTo(bootMitigationCount); in testWritingAndReadingObserverInternalRecoverability()
1603 assertThat(observer1.getBootMitigationCount()).isEqualTo(0); in testWritingAndReadingMetadataBootMitigationCountRecoverability()
1604 assertThat(observer2.getBootMitigationCount()).isEqualTo(0); in testWritingAndReadingMetadataBootMitigationCountRecoverability()
1608 assertThat(observer1.getBootMitigationCount()).isEqualTo(1); in testWritingAndReadingMetadataBootMitigationCountRecoverability()
1609 assertThat(observer2.getBootMitigationCount()).isEqualTo(2); in testWritingAndReadingMetadataBootMitigationCountRecoverability()