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.java161 assertEquals(RescueParty.LEVEL_RESET_SETTINGS_UNTRUSTED_DEFAULTS, in testBootLoopDetectionWithExecutionForAllRescueLevels()
188 assertEquals(RescueParty.LEVEL_RESET_SETTINGS_UNTRUSTED_DEFAULTS, in testPersistentAppCrashDetectionWithExecutionForAllRescueLevels()
247 assertEquals(RescueParty.LEVEL_RESET_SETTINGS_UNTRUSTED_DEFAULTS, in testBootLoopDetectionWithProperInterval()
262 assertEquals(RescueParty.LEVEL_RESET_SETTINGS_UNTRUSTED_DEFAULTS, in testPersistentAppCrashDetectionWithProperInterval()
295 assertEquals(RescueParty.LEVEL_RESET_SETTINGS_UNTRUSTED_DEFAULTS, in testOnSettingsProviderPublishedExecutesRescueLevels()
/frameworks/base/services/core/java/com/android/server/
DRescueParty.java66 static final int LEVEL_RESET_SETTINGS_UNTRUSTED_DEFAULTS = 1; field in RescueParty
229 case LEVEL_RESET_SETTINGS_UNTRUSTED_DEFAULTS: in executeRescueLevelInternal()
413 … case LEVEL_RESET_SETTINGS_UNTRUSTED_DEFAULTS: return "RESET_SETTINGS_UNTRUSTED_DEFAULTS"; in levelToString()