Searched refs:mWmState (Results 1 – 1 of 1) sorted by relevance
63 private WindowManagerState mWmState = new WindowManagerState(); field in ActivityAndWindowManagersState122 mWmState.computeState(device); in waitForDebuggerWindowVisible()196 mWmState.computeState(device); in waitForValidState()284 mWmState.computeState(device); in waitFor()285 if (!waitCondition.test(mAmState, mWmState)) { in waitFor()359 mWmState.getMatchingVisibleWindowState(windowName, matchingWindowStates); in shouldWaitForActivities()387 if (mWmState.getFrontWindow() == null) { in shouldWaitForWindows()391 if (mWmState.getFocusedWindow() == null) { in shouldWaitForWindows()395 if (mWmState.getFocusedApp() == null) { in shouldWaitForWindows()405 mWmState.getMatchingVisibleWindowState("android.server.cts", matchingWindowStates); in shouldWaitForDebuggerWindow()[all …]