Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowTestsBase.java100 HashSet<WindowState> mCommonWindows; field in WindowTestsBase
160 mCommonWindows = new HashSet<>(); in setUpBase()
205 if (!mCommonWindows.contains(w)) { in tearDownBase()
243 mCommonWindows.add(win); in createCommonWindow()