Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/server/am/
DActivityAndWindowManagersState.java234 List<WindowState> matchingWindowStates = new ArrayList<>(); in shouldWaitForActivities() local
242 mWmState.getMatchingVisibleWindowState(windowName, matchingWindowStates); in shouldWaitForActivities()
243 boolean activityWindowVisible = !matchingWindowStates.isEmpty(); in shouldWaitForActivities()
254 for (WindowState ws : matchingWindowStates) { in shouldWaitForActivities()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityAndWindowManagersState.java447 final List<WindowState> matchingWindowStates = in shouldWaitForActivities() local
449 boolean activityWindowVisible = !matchingWindowStates.isEmpty(); in shouldWaitForActivities()
460 for (WindowState ws : matchingWindowStates) { in shouldWaitForActivities()
506 List<WindowState> matchingWindowStates = in shouldWaitForDebuggerWindow() local
508 for (WindowState ws : matchingWindowStates) { in shouldWaitForDebuggerWindow()