/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/lifecycle/ |
H A D | ActivityLifecycleFreeformTests.java | 86 waitAndAssertActivityState(getComponentName(FirstActivity.class), STATE_RESUMED, in testLaunchInFreeform() local 118 waitAndAssertActivityState(getComponentName(FirstActivity.class), STATE_RESUMED, message); in testMultiLaunchInFreeform() local 119 waitAndAssertActivityState(getComponentName(SecondActivity.class), STATE_RESUMED, message); in testMultiLaunchInFreeform() local 120 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 170 waitAndAssertActivityState(getComponentName(FirstActivity.class), STATE_RESUMED, in testLaunchOccludingInFreeform() local 211 waitAndAssertActivityState(getComponentName(TranslucentActivity.class), STATE_RESUMED, in testLaunchTranslucentInFreeform() local 213 waitAndAssertActivityState(getComponentName(ThirdActivity.class), STATE_RESUMED, message); in testLaunchTranslucentInFreeform() local 227 waitAndAssertActivityState(getComponentName(FirstActivity.class), STATE_RESUMED, in testLaunchTranslucentInFreeform() local
|
H A D | ActivityStarterTests.java | 114 mWmState.waitForActivityState(secondLaunchActivity.getComponentName(), STATE_RESUMED); in testClearTopNewTaskResetTask() local
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/backnavigation/ |
H A D | BackGestureInvokedTest.java | 94 mWmState.waitForActivityState(mActivity.getComponentName(), STATE_RESUMED); in setUp() local 139 mWmState.waitForActivityState(mActivity.getComponentName(), STATE_RESUMED); in testBackToTask() local 153 mWmState.waitForActivityState(mActivity.getComponentName(), STATE_RESUMED); in testBackToActivity() local
|
/aosp_15_r20/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
H A D | InputMethodManagerMultiDisplayTest.java | 125 waitAndAssertActivityStateOnDisplay(testActivity.getComponentName(), STATE_RESUMED, in testShowInputMethodAndSubtypeEnablerOnNonDefaultDisplay() local
|
H A D | InputMethodPickerTest.java | 147 STATE_RESUMED, dc.mId, "Activity launched on external display must be resumed"); in testShowImePickerOnExternalDisplay() local
|
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/ |
H A D | PlatformConsts.kt | 89 const val STATE_RESUMED = "RESUMED" constant
|
/aosp_15_r20/cts/common/host-side/util-axt/src/com/android/compatibility/common/util/ |
H A D | WindowManagerUtil.java | 40 private static final String STATE_RESUMED = "RESUMED"; field in WindowManagerUtil
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/ |
H A D | WindowManagerJetpackTestBase.java | 207 waitAndAssertActivityStateOnDisplay(activity.getComponentName(), STATE_RESUMED, in startActivityNewTaskInternal() local
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/ime/ |
H A D | MultiDisplayImeTests.java | 703 STATE_RESUMED, expectDisplayId, in tapAndAssertEditorFocusedOnImeActivity() local
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/ |
H A D | Persistence.java | 655 private static final String STATE_RESUMED = "RESUMED"; field in TaskState
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
H A D | WindowManagerState.java | 110 public static final String STATE_RESUMED = "RESUMED"; field in WindowManagerState
|