Searched refs:containsWindow (Results 1 – 5 of 5) sorted by relevance
116 mAmWmState.getWmState().containsWindow(getWindowName(TEST_ACTIVITY))); in testContentDestroyOnDisplayRemoved()118 mAmWmState.getWmState().containsWindow(getWindowName(RESIZEABLE_ACTIVITY))); in testContentDestroyOnDisplayRemoved()770 mAmWmState.waitForWithWmState((state) -> state.containsWindow(TOAST_NAME), in testSecondaryDisplayShowToast()774 mAmWmState.getWmState().containsWindow(TOAST_NAME)); in testSecondaryDisplayShowToast()
555 wmState -> !wmState.containsWindow(getWindowName(SHOW_WHEN_LOCKED_ACTIVITY)), in testUnoccludeRotationChange()
169 mAmWmState.getWmState().containsWindow( in testLaunchOccludingInFreeform()230 mAmWmState.getWmState().containsWindow( in testLaunchTranslucentInFreeform()
318 waitForWithWmState((state) -> !state.containsWindow(getWindowName(activityName)), in waitForActivityRemoved()661 mWmState.containsWindow(windowName)); in assertNotExist()669 assertTrue("Window=" + windowName + " must exist.", mWmState.containsWindow(windowName)); in assertVisibility()
475 public boolean containsWindow(String windowName) { in containsWindow() method in WindowManagerState