Searched refs:verifySettingsResets (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/ |
D | RescuePartyTest.java | 188 verifySettingsResets(Settings.RESET_MODE_UNTRUSTED_DEFAULTS, /*resetNamespaces=*/ null); in testBootLoopDetectionWithExecutionForAllRescueLevels() 194 verifySettingsResets(Settings.RESET_MODE_UNTRUSTED_CHANGES, /*resetNamespaces=*/ null); in testBootLoopDetectionWithExecutionForAllRescueLevels() 200 verifySettingsResets(Settings.RESET_MODE_TRUSTED_DEFAULTS, /*resetNamespaces=*/ null); in testBootLoopDetectionWithExecutionForAllRescueLevels() 215 verifySettingsResets(Settings.RESET_MODE_UNTRUSTED_DEFAULTS, /*resetNamespaces=*/ null); in testPersistentAppCrashDetectionWithExecutionForAllRescueLevels() 221 verifySettingsResets(Settings.RESET_MODE_UNTRUSTED_CHANGES, /*resetNamespaces=*/ null); in testPersistentAppCrashDetectionWithExecutionForAllRescueLevels() 227 verifySettingsResets(Settings.RESET_MODE_TRUSTED_DEFAULTS, /*resetNamespaces=*/ null); in testPersistentAppCrashDetectionWithExecutionForAllRescueLevels() 264 verifySettingsResets(Settings.RESET_MODE_UNTRUSTED_DEFAULTS, expectedResetNamespaces); in testNonPersistentAppCrashDetectionWithScopedResets() 270 verifySettingsResets(Settings.RESET_MODE_UNTRUSTED_CHANGES, expectedResetNamespaces); in testNonPersistentAppCrashDetectionWithScopedResets() 276 verifySettingsResets(Settings.RESET_MODE_TRUSTED_DEFAULTS, /*resetNamespaces=*/null); in testNonPersistentAppCrashDetectionWithScopedResets() 301 verifySettingsResets(Settings.RESET_MODE_UNTRUSTED_DEFAULTS, /*resetNamespaces=*/ null); in testOnSettingsProviderPublishedExecutesRescueLevels() [all …]
|