Searched refs:PROP_RESCUE_BOOT_COUNT (Results 1 – 1 of 1) sorted by relevance
58 private static final String PROP_RESCUE_BOOT_COUNT = "sys.rescue_boot_count"; field in RescueParty280 return SystemProperties.getInt(PROP_RESCUE_BOOT_COUNT, 0); in getCount()285 SystemProperties.set(PROP_RESCUE_BOOT_COUNT, Integer.toString(count)); in setCount()