Searched refs:getWmState (Results 1 – 5 of 5) sorted by relevance
301 mTestBase.getWmState().waitForValidState(activity.getComponentName()); in waitDumpAndTrim()305 mTestBase.getWmState().computeState(activity.getComponentName()); in waitDumpAndTrim()307 mTestBase.getWmState().getRootTasks(); in waitDumpAndTrim()323 mTestBase.getWmState().waitForValidState(activity.getComponentName()); in waitDumpAndTrimForVerification()324 mTestBase.getWmState().waitForWithAmState( in waitDumpAndTrimForVerification()327 mTestBase.getWmState().computeState(activity.getComponentName()); in waitDumpAndTrimForVerification()330 mTestBase.getWmState().getRootTasks(); in waitDumpAndTrimForVerification()340 WindowManagerStateHelper amWmState = mTestBase.getWmState(); in getBaseTasks()
41 this.getWmState().waitForWithAmState( in cleanUp()
113 WindowManagerStateHelper wmState = getWmState(); in testToastWindowTokenIsRemovedAfterToastIsHidden()132 WindowManagerState wmState = getWmState(); in testToastWindowIsNotClickable()
178 getWmState().waitFor(state -> !state.isWindowVisible("StatusBar"), in testAnimationCallbacks_consumedByDecor()180 assertFalse(getWmState().isWindowVisible("StatusBar")); in testAnimationCallbacks_consumedByDecor()259 assertFalse(getWmState().isWindowVisible("StatusBar")); in testAnimationCallbacks_withLegacyFlags()
331 public WindowManagerStateHelper getWmState() { in getWmState() method in ActivityManagerTestBase