Home
last modified time | relevance | path

Searched refs:PROP_LAST_FACTORY_RESET_TIME_MS (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DRescuePartyTest.java98 private static final String PROP_LAST_FACTORY_RESET_TIME_MS = "persist.sys.last_factory_reset"; field in RescuePartyTest
470 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()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DRescueParty.java82 static final String PROP_LAST_FACTORY_RESET_TIME_MS = "persist.sys.last_factory_reset"; field in RescueParty
458 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()