Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowTestsBase.java201 final LinkedList<WindowState> nonCommonWindows = new LinkedList<>(); in tearDownBase() local
206 nonCommonWindows.addLast(w); in tearDownBase()
210 while (!nonCommonWindows.isEmpty()) { in tearDownBase()
211 nonCommonWindows.pollLast().removeImmediately(); in tearDownBase()