Home
last modified time | relevance | path

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

/cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
DWindowManagerState.java370 void getMatchingVisibleWindowState(final String windowName, List<WindowState> windowList) { in getMatchingVisibleWindowState() argument
371 windowList.clear(); in getMatchingVisibleWindowState()
374 windowList.add(ws); in getMatchingVisibleWindowState()
379 … void getPrefixMatchingVisibleWindowState(final String windowName, List<WindowState> windowList) { in getPrefixMatchingVisibleWindowState() argument
380 windowList.clear(); in getPrefixMatchingVisibleWindowState()
383 windowList.add(ws); in getPrefixMatchingVisibleWindowState()