Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DRescueParty.java68 static final int LEVEL_RESET_SETTINGS_UNTRUSTED_CHANGES = 2; field in RescueParty
232 case LEVEL_RESET_SETTINGS_UNTRUSTED_CHANGES: in executeRescueLevelInternal()
414 case LEVEL_RESET_SETTINGS_UNTRUSTED_CHANGES: return "RESET_SETTINGS_UNTRUSTED_CHANGES"; in levelToString()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DRescuePartyTest.java167 assertEquals(RescueParty.LEVEL_RESET_SETTINGS_UNTRUSTED_CHANGES, in testBootLoopDetectionWithExecutionForAllRescueLevels()
194 assertEquals(RescueParty.LEVEL_RESET_SETTINGS_UNTRUSTED_CHANGES, in testPersistentAppCrashDetectionWithExecutionForAllRescueLevels()