Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DRescueParty.java70 static final int LEVEL_RESET_SETTINGS_TRUSTED_DEFAULTS = 3; field in RescueParty
235 case LEVEL_RESET_SETTINGS_TRUSTED_DEFAULTS: in executeRescueLevelInternal()
415 case LEVEL_RESET_SETTINGS_TRUSTED_DEFAULTS: return "RESET_SETTINGS_TRUSTED_DEFAULTS"; in levelToString()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DRescuePartyTest.java173 assertEquals(RescueParty.LEVEL_RESET_SETTINGS_TRUSTED_DEFAULTS, in testBootLoopDetectionWithExecutionForAllRescueLevels()
200 assertEquals(RescueParty.LEVEL_RESET_SETTINGS_TRUSTED_DEFAULTS, in testPersistentAppCrashDetectionWithExecutionForAllRescueLevels()