Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DVrDisplayTests.java145 final List<DisplayContent> reportedDisplays = getDisplaysStates(); in testVrActivityLaunch() local
146 final DisplayContent vrDisplay = getDisplayState(reportedDisplays, in testVrActivityLaunch()
195 final List<DisplayContent> reportedDisplays = getDisplaysStates(); in testVrActivityReLaunch() local
196 final DisplayContent vrDisplay = getDisplayState(reportedDisplays, in testVrActivityReLaunch()
245 final List<DisplayContent> reportedDisplays = getDisplaysStates(); in testActivityLaunchPostVr() local
246 final DisplayContent vrDisplay = getDisplayState(reportedDisplays, in testActivityLaunchPostVr()
DDisplayTests.java55 final List<DisplayContent> reportedDisplays = getDisplaysStates(); in testDefaultDisplayOverrideConfiguration() local
56 final DisplayContent primaryDisplay = getDisplayState(reportedDisplays, DEFAULT_DISPLAY); in testDefaultDisplayOverrideConfiguration()