Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DConfigurationContainerTests.java184 final Configuration mergedRootConfig = new Configuration(rootParentConfig); in testConfigurationChangePropagation() local
185 mergedRootConfig.updateFrom(rootOverrideConfig); in testConfigurationChangePropagation()
187 mergedConfig1.setTo(mergedRootConfig); in testConfigurationChangePropagation()
195 assertEquals(mergedRootConfig, root.getConfiguration()); in testConfigurationChangePropagation()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowContainerTests.java702 final Configuration mergedRootConfig = new Configuration(rootParentConfig); in testConfigurationChangePropagation() local
703 mergedRootConfig.updateFrom(rootOverrideConfig); in testConfigurationChangePropagation()
705 mergedConfig1.setTo(mergedRootConfig); in testConfigurationChangePropagation()
713 assertEquals(mergedRootConfig, root.getConfiguration()); in testConfigurationChangePropagation()