Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DConfigurationContainerTests.java165 final Configuration mergedConfig2 = new Configuration(mergedOverrideConfig2); in testConfigurationChangePropagation() local
177 assertEquals(mergedConfig2, child2.getConfiguration()); in testConfigurationChangePropagation()
190 mergedConfig2.setTo(mergedConfig1); in testConfigurationChangePropagation()
191 mergedConfig2.updateFrom(mergedOverrideConfig2); in testConfigurationChangePropagation()
203 assertEquals(mergedConfig2, child2.getConfiguration()); in testConfigurationChangePropagation()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowContainerTests.java683 final Configuration mergedConfig2 = new Configuration(mergedOverrideConfig2); in testConfigurationChangePropagation() local
695 assertEquals(mergedConfig2, child2.getConfiguration()); in testConfigurationChangePropagation()
708 mergedConfig2.setTo(mergedConfig1); in testConfigurationChangePropagation()
709 mergedConfig2.updateFrom(mergedOverrideConfig2); in testConfigurationChangePropagation()
721 assertEquals(mergedConfig2, child2.getConfiguration()); in testConfigurationChangePropagation()