Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DRescuePartyTest.java201 assertEquals(RescueParty.LEVEL_RESET_SETTINGS_TRUSTED_DEFAULTS, in testBootLoopDetectionWithExecutionForAllRescueLevels()
228 assertEquals(RescueParty.LEVEL_RESET_SETTINGS_TRUSTED_DEFAULTS, in testPersistentAppCrashDetectionWithExecutionForAllRescueLevels()
277 assertEquals(RescueParty.LEVEL_RESET_SETTINGS_TRUSTED_DEFAULTS, in testNonPersistentAppCrashDetectionWithScopedResets()
380 RescueParty.LEVEL_RESET_SETTINGS_TRUSTED_DEFAULTS)); in testHealthCheckLevels()
414 RescueParty.LEVEL_RESET_SETTINGS_TRUSTED_DEFAULTS)); in testBootLoopLevels()
/frameworks/base/services/core/java/com/android/server/
DRescueParty.java86 static final int LEVEL_RESET_SETTINGS_TRUSTED_DEFAULTS = 3; field in RescueParty
270 case LEVEL_RESET_SETTINGS_TRUSTED_DEFAULTS: in executeRescueLevelInternal()
304 case LEVEL_RESET_SETTINGS_TRUSTED_DEFAULTS: in mapRescueLevelToUserImpact()
560 case LEVEL_RESET_SETTINGS_TRUSTED_DEFAULTS: return "RESET_SETTINGS_TRUSTED_DEFAULTS"; in levelToString()