Searched refs:mBootThreshold (Results 1 – 1 of 1) sorted by relevance
195 private final BootThreshold mBootThreshold; field in PackageWatchdog254 mBootThreshold = new BootThreshold(DEFAULT_BOOT_LOOP_TRIGGER_COUNT, in PackageWatchdog()547 boolean mitigate = mBootThreshold.incrementAndTest(); in noteBoot()550 mBootThreshold.reset(); in noteBoot()552 int mitigationCount = mBootThreshold.getMitigationCount() + 1; in noteBoot()582 mBootThreshold.setMitigationCount(mitigationCount); in noteBoot()583 mBootThreshold.saveMitigationCountToMetadata(); in noteBoot()