Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/display/
H A DDisplayManagerServiceTest.java377 DisplayDeviceInfo displayDeviceInfo2 = new DisplayDeviceInfo(); in testShouldNotifyChangeWhenNonOverrideDisplayInfoChanged() local
378 displayDeviceInfo2.copyFrom(displayDeviceInfo); in testShouldNotifyChangeWhenNonOverrideDisplayInfoChanged()
379 displayDeviceInfo2.displayCutout = null; in testShouldNotifyChangeWhenNonOverrideDisplayInfoChanged()
380 displayDevice.setDisplayDeviceInfo(displayDeviceInfo2); in testShouldNotifyChangeWhenNonOverrideDisplayInfoChanged()