HomeSort by relevance Sort by last modified time
    Searched refs:mWmState (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/keystore/src/android/server/am/
ActivityAndWindowManagersState.java 75 private WindowManagerState mWmState = new WindowManagerState();
117 mWmState.computeState();
164 mWmState.computeState();
165 return waitCondition.test(mAmState, mWmState);
241 mWmState.getMatchingVisibleWindowState(windowName, matchingWindowStates);
282 if (mWmState.getFrontWindow() == null) {
286 if (mWmState.getFocusedWindow() == null) {
290 if (mWmState.getFocusedApp() == null) {
310 return mWmState;
328 assertNotNull("Must have front window.", mWmState.getFrontWindow())
    [all...]
  /cts/tests/framework/base/activitymanager/util/src/android/server/am/
ActivityAndWindowManagersState.java 78 private final WindowManagerState mWmState = new WindowManagerState();
146 mWmState.computeState();
166 mWmState.computeState();
167 exitingWindows = mWmState.getExitingWindows();
202 mWmState.computeState();
315 mWmState.computeState();
316 return waitCondition.test(mAmState, mWmState);
392 mWmState.getMatchingVisibleWindowState(windowName);
433 if (mWmState.getFrontWindow() == null) {
437 if (mWmState.getFocusedWindow() == null)
    [all...]

Completed in 59 milliseconds