Searched defs:STATE_STOPPED (Results 1 – 6 of 6) sorted by relevance
76 mWmState.waitForActivityState(firstActivity.getComponentName(), STATE_STOPPED); in testReleaseActivityInstance_invisible() local
152 waitAndAssertActivityState(getComponentName(FirstActivity.class), STATE_STOPPED, in testLaunchOccludingInFreeform() local
394 getComponentName(FirstActivity.class), STATE_STOPPED, "Activity should be stopped"); in testOnUserLeaveHint() local
312 mWmState.waitForActivityState(mWmState.getHomeActivityName(), STATE_STOPPED); in waitAndAssertDreaming() local
1019 mActivity.getComponentName(), STATE_STOPPED, "Test activity must be stopped."); in testViewHostParentRemainConnected() local
114 public static final String STATE_STOPPED = "STOPPED"; field in WindowManagerState