Searched refs:mBootThreshold (Results 1 – 1 of 1) sorted by relevance
184 private final BootThreshold mBootThreshold; field in PackageWatchdog240 mBootThreshold = new BootThreshold(DEFAULT_BOOT_LOOP_TRIGGER_COUNT, in PackageWatchdog()487 if (mBootThreshold.incrementAndTest()) { in noteBoot()488 mBootThreshold.reset(); in noteBoot()489 int mitigationCount = mBootThreshold.getMitigationCount() + 1; in noteBoot()505 mBootThreshold.setMitigationCount(mitigationCount); in noteBoot()506 mBootThreshold.saveMitigationCountToMetadata(); in noteBoot()