Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DConfigurationContainerTests.java161 final Configuration mergedConfig1 = new Configuration(mergedOverrideConfig1); in testConfigurationChangePropagation() local
173 assertEquals(mergedConfig1, child1.getConfiguration()); in testConfigurationChangePropagation()
187 mergedConfig1.setTo(mergedRootConfig); in testConfigurationChangePropagation()
188 mergedConfig1.updateFrom(mergedOverrideConfig1); in testConfigurationChangePropagation()
190 mergedConfig2.setTo(mergedConfig1); in testConfigurationChangePropagation()
199 assertEquals(mergedConfig1, child1.getConfiguration()); in testConfigurationChangePropagation()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowContainerTests.java679 final Configuration mergedConfig1 = new Configuration(mergedOverrideConfig1); in testConfigurationChangePropagation() local
691 assertEquals(mergedConfig1, child1.getConfiguration()); in testConfigurationChangePropagation()
705 mergedConfig1.setTo(mergedRootConfig); in testConfigurationChangePropagation()
706 mergedConfig1.updateFrom(mergedOverrideConfig1); in testConfigurationChangePropagation()
708 mergedConfig2.setTo(mergedConfig1); in testConfigurationChangePropagation()
717 assertEquals(mergedConfig1, child1.getConfiguration()); in testConfigurationChangePropagation()