Searched refs:PROP_RESCUE_BOOT_COUNT (Results 1 – 2 of 2) sorted by relevance
74 static final String PROP_RESCUE_BOOT_COUNT = "sys.rescue_boot_count"; field in RescueParty333 return SystemProperties.getInt(PROP_RESCUE_BOOT_COUNT, 0); in getCount()338 SystemProperties.set(PROP_RESCUE_BOOT_COUNT, Integer.toString(count)); in setCount()
147 SystemProperties.set(RescueParty.PROP_RESCUE_BOOT_COUNT, Integer.toString(0)); in setUp()