Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayAreaOrganizerTest.java285 Configuration tmpConfiguration = new Configuration(); in testChanged() local
286 tmpConfiguration.setTo(mDisplayContent.getRequestedOverrideConfiguration()); in testChanged()
287 mDisplayContent.onRequestedOverrideConfigurationChanged(tmpConfiguration); in testChanged()