Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayKeyguardTests.java123 windowManagerState.getMatchingWindowType(TYPE_KEYGUARD_DIALOG); in isKeyguardOnDisplay()
DMultiDisplaySystemDecorationTests.java199 return windowManagerState.getMatchingWindowType(TYPE_WALLPAPER).stream().anyMatch( in isWallpaperOnDisplay()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java331 List<WindowState> getMatchingWindowType(int type) { in getMatchingWindowType() method in WindowManagerState