Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DRescuePartyTest.java105 private HashSet<String> mNamespacesWiped; field in RescuePartyTest
137 mNamespacesWiped = new HashSet<>(); in setUp()
202 mNamespacesWiped.add(namespace); in setUp()
629 assertEquals(mNamespacesWiped, expectedNamespacesWiped); in testResetDeviceConfigForPackagesOnlyRuntimeMap()
650 assertEquals(mNamespacesWiped, expectedNamespacesWiped); in testResetDeviceConfigForPackagesOnlyPresetMap()
686 assertEquals(mNamespacesWiped, expectedNamespacesWiped); in testResetDeviceConfigForPackagesBothMaps()
719 assertEquals(mNamespacesWiped, expectedNamespacesWiped); in testResetDeviceConfigNoExceptionWhenFlagMalformed()