Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/display/
H A DDisplayManagerServiceTest.java362 displayDevice.setDisplayDeviceInfo(displayDeviceInfo); in testShouldNotifyChangeWhenNonOverrideDisplayInfoChanged()
380 displayDevice.setDisplayDeviceInfo(displayDeviceInfo2); in testShouldNotifyChangeWhenNonOverrideDisplayInfoChanged()
1058 displayDevice.setDisplayDeviceInfo(displayDeviceInfo); in updateDisplayDeviceInfo()
1120 displayDevice.setDisplayDeviceInfo(displayDeviceInfo); in createFakeDisplayDevice()
1200 public void setDisplayDeviceInfo(DisplayDeviceInfo displayDeviceInfo) { in setDisplayDeviceInfo() method in DisplayManagerServiceTest.FakeDisplayDevice