Searched refs:PROP_BOOT_MITIGATION_COUNT (Results 1 – 1 of 1) sorted by relevance
141 private static final String PROP_BOOT_MITIGATION_COUNT = "sys.boot_mitigation_count"; field in PackageWatchdog1714 return SystemProperties.getInt(PROP_BOOT_MITIGATION_COUNT, 0); in getMitigationCount()1730 SystemProperties.set(PROP_BOOT_MITIGATION_COUNT, Integer.toString(count)); in setMitigationCount()