Searched defs:STATE_RESUMED (Results 1 – 6 of 6) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/ |
D | ActivityLifecycleFreeformTests.java | 84 waitAndAssertActivityState(getComponentName(FirstActivity.class), STATE_RESUMED, in testLaunchInFreeform() local 117 waitAndAssertActivityState(getComponentName(FirstActivity.class), STATE_RESUMED, message); in testMultiLaunchInFreeform() local 118 waitAndAssertActivityState(getComponentName(SecondActivity.class), STATE_RESUMED, message); in testMultiLaunchInFreeform() local 119 waitAndAssertActivityState(getComponentName(ThirdActivity.class), STATE_RESUMED, message); in testMultiLaunchInFreeform() local 155 waitAndAssertActivityState(getComponentName(SecondActivity.class), STATE_RESUMED, message); in testLaunchOccludingInFreeform() local 156 waitAndAssertActivityState(getComponentName(ThirdActivity.class), STATE_RESUMED, message); in testLaunchOccludingInFreeform() local 171 waitAndAssertActivityState(getComponentName(FirstActivity.class), STATE_RESUMED, in testLaunchOccludingInFreeform() local 212 waitAndAssertActivityState(getComponentName(TranslucentActivity.class), STATE_RESUMED, in testLaunchTranslucentInFreeform() local 214 waitAndAssertActivityState(getComponentName(ThirdActivity.class), STATE_RESUMED, message); in testLaunchTranslucentInFreeform() local 229 waitAndAssertActivityState(getComponentName(FirstActivity.class), STATE_RESUMED, in testLaunchTranslucentInFreeform() local
|
D | ActivityStarterTests.java | 109 mWmState.waitForActivityState(secondLaunchActivity.getComponentName(), STATE_RESUMED); in testClearTopNewTaskResetTask() local
|
/cts/common/host-side/util-axt/src/com/android/compatibility/common/util/ |
D | WindowManagerUtil.java | 40 private static final String STATE_RESUMED = "RESUMED"; field in WindowManagerUtil
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | MultiDisplaySystemDecorationTests.java | 953 STATE_RESUMED, expectDisplayId, in tapAndAssertEditorFocusedOnImeActivity() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/ |
D | Persistence.java | 521 private static final String STATE_RESUMED = "RESUMED"; field in Persistence.TaskState
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | WindowManagerState.java | 101 public static final String STATE_RESUMED = "RESUMED"; field in WindowManagerState
|