Searched refs:BootThreshold (Results 1 – 5 of 5) sorted by relevance
195 private final BootThreshold mBootThreshold;254 mBootThreshold = new BootThreshold(DEFAULT_BOOT_LOOP_TRIGGER_COUNT, in PackageWatchdog()1840 class BootThreshold { class in PackageWatchdog1845 BootThreshold(int bootTriggerCount, long triggerWindow) { in BootThreshold() method in PackageWatchdog.BootThreshold
123 private PackageWatchdog.BootThreshold mSpyBootThreshold;497 mSpyBootThreshold = spy(watchdog.new BootThreshold( in mockCrashRecoveryProperties()
120 private PackageWatchdog.BootThreshold mSpyBootThreshold;1595 mSpyBootThreshold = spy(watchdog.new BootThreshold( in testWritingAndReadingMetadataBootMitigationCountRecoverability()1755 mSpyBootThreshold = spy(watchdog.new BootThreshold( in mockCrashRecoveryProperties()
126 private PackageWatchdog.BootThreshold mSpyBootThreshold;1145 mSpyBootThreshold = spy(watchdog.new BootThreshold( in mockCrashRecoveryProperties()
58 Lcom/android/server/PackageWatchdog$BootThreshold;2488 HSPLcom/android/server/PackageWatchdog$BootThreshold;-><init>(Lcom/android/server/PackageWatchdog;I…2489 HSPLcom/android/server/PackageWatchdog$BootThreshold;->getCount()I2490 HSPLcom/android/server/PackageWatchdog$BootThreshold;->getMitigationStart()J2491 HSPLcom/android/server/PackageWatchdog$BootThreshold;->getStart()J2492 HSPLcom/android/server/PackageWatchdog$BootThreshold;->incrementAndTest()Z2493 HSPLcom/android/server/PackageWatchdog$BootThreshold;->readMitigationCountFromMetadataIfNecessary()V2494 HSPLcom/android/server/PackageWatchdog$BootThreshold;->setCount(I)V