Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DRescuePartyTest.java627 ArraySet<String> expectedNamespacesWiped = new ArraySet<String>( in testResetDeviceConfigForPackagesOnlyRuntimeMap() local
629 assertEquals(mNamespacesWiped, expectedNamespacesWiped); in testResetDeviceConfigForPackagesOnlyRuntimeMap()
648 ArraySet<String> expectedNamespacesWiped = new ArraySet<String>( in testResetDeviceConfigForPackagesOnlyPresetMap() local
650 assertEquals(mNamespacesWiped, expectedNamespacesWiped); in testResetDeviceConfigForPackagesOnlyPresetMap()
684 ArraySet<String> expectedNamespacesWiped = new ArraySet<String>( in testResetDeviceConfigForPackagesBothMaps() local
686 assertEquals(mNamespacesWiped, expectedNamespacesWiped); in testResetDeviceConfigForPackagesBothMaps()
717 ArraySet<String> expectedNamespacesWiped = new ArraySet<String>( in testResetDeviceConfigNoExceptionWhenFlagMalformed() local
719 assertEquals(mNamespacesWiped, expectedNamespacesWiped); in testResetDeviceConfigNoExceptionWhenFlagMalformed()