Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DRescuePartyTest.java189 assertEquals(RescueParty.LEVEL_RESET_SETTINGS_UNTRUSTED_DEFAULTS, in testBootLoopDetectionWithExecutionForAllRescueLevels()
216 assertEquals(RescueParty.LEVEL_RESET_SETTINGS_UNTRUSTED_DEFAULTS, in testPersistentAppCrashDetectionWithExecutionForAllRescueLevels()
265 assertEquals(RescueParty.LEVEL_RESET_SETTINGS_UNTRUSTED_DEFAULTS, in testNonPersistentAppCrashDetectionWithScopedResets()
302 assertEquals(RescueParty.LEVEL_RESET_SETTINGS_UNTRUSTED_DEFAULTS, in testOnSettingsProviderPublishedExecutesRescueLevels()
366 RescueParty.LEVEL_RESET_SETTINGS_UNTRUSTED_DEFAULTS)); in testHealthCheckLevels()
406 RescueParty.LEVEL_RESET_SETTINGS_UNTRUSTED_DEFAULTS)); in testBootLoopLevels()
430 RescueParty.LEVEL_RESET_SETTINGS_UNTRUSTED_DEFAULTS); in testRescueLevelIncrementsWhenExecuted()
/frameworks/base/services/core/java/com/android/server/
DRescueParty.java82 static final int LEVEL_RESET_SETTINGS_UNTRUSTED_DEFAULTS = 1; field in RescueParty
264 case LEVEL_RESET_SETTINGS_UNTRUSTED_DEFAULTS: in executeRescueLevelInternal()
301 case LEVEL_RESET_SETTINGS_UNTRUSTED_DEFAULTS: in mapRescueLevelToUserImpact()
558 … case LEVEL_RESET_SETTINGS_UNTRUSTED_DEFAULTS: return "RESET_SETTINGS_UNTRUSTED_DEFAULTS"; in levelToString()