Searched refs:PROP_LAST_FACTORY_RESET_TIME_MS (Results 1 – 2 of 2) sorted by relevance
98 private static final String PROP_LAST_FACTORY_RESET_TIME_MS = "persist.sys.last_factory_reset"; field in RescuePartyTest470 SystemProperties.set(PROP_LAST_FACTORY_RESET_TIME_MS, Long.toString(beforeTimeout)); in testThrottlingOnBootFailures()482 SystemProperties.set(PROP_LAST_FACTORY_RESET_TIME_MS, Long.toString(beforeTimeout)); in testThrottlingOnAppCrash()494 SystemProperties.set(PROP_LAST_FACTORY_RESET_TIME_MS, Long.toString(afterTimeout)); in testNotThrottlingAfterTimeoutOnBootFailures()505 SystemProperties.set(PROP_LAST_FACTORY_RESET_TIME_MS, Long.toString(afterTimeout)); in testNotThrottlingAfterTimeoutOnAppCrash()
82 static final String PROP_LAST_FACTORY_RESET_TIME_MS = "persist.sys.last_factory_reset"; field in RescueParty458 SystemProperties.set(PROP_LAST_FACTORY_RESET_TIME_MS, Long.toString(now)); in executeRescueLevelInternal()725 Long lastResetTime = SystemProperties.getLong(PROP_LAST_FACTORY_RESET_TIME_MS, 0); in shouldThrottleReboot()