Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DLogicalDisplayMapperTest.java114 @Spy DeviceStateToLayoutMap mDeviceStateToLayoutMapSpy = field in LogicalDisplayMapperTest
170 mDeviceStateToLayoutMapSpy); in setUp()
659 when(mDeviceStateToLayoutMapSpy.get(0)).thenReturn(layout); in testDeviceStateLocked()
664 when(mDeviceStateToLayoutMapSpy.get(1)).thenReturn(layout); in testDeviceStateLocked()
665 when(mDeviceStateToLayoutMapSpy.get(2)).thenReturn(layout); in testDeviceStateLocked()
667 when(mDeviceStateToLayoutMapSpy.size()).thenReturn(4); in testDeviceStateLocked()
746 when(mDeviceStateToLayoutMapSpy.get(STATE_DEFAULT)) in testEnabledAndDisabledDisplays()
833 when(mDeviceStateToLayoutMapSpy.size()).thenReturn(1); in testCreateNewLogicalDisplay()
840 when(mDeviceStateToLayoutMapSpy.size()).thenReturn(2); in testCreateNewLogicalDisplay()
860 when(mDeviceStateToLayoutMapSpy.get(0)).thenReturn(layout); in testDisplayFlagRear()
[all …]