Home
last modified time | relevance | path

Searched refs:STANDARD_SINGLE_TOP_ACTIVITY (Results 1 – 1 of 1) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/lifecycle/
DActivityStarterTests.java77 private static final ComponentName STANDARD_SINGLE_TOP_ACTIVITY field in ActivityStarterTests
556 .setTargetActivity(STANDARD_SINGLE_TOP_ACTIVITY) in testLaunchActivityWithFlagSingleTop()
561 mWmState.waitForActivityState(STANDARD_SINGLE_TOP_ACTIVITY, STATE_RESUMED); in testLaunchActivityWithFlagSingleTop()
567 .getActivityCountInTask(taskId, STANDARD_SINGLE_TOP_ACTIVITY)); in testLaunchActivityWithFlagSingleTop()
571 mWmState.assertFocusedActivity(STANDARD_SINGLE_TOP_ACTIVITY + "must be focused Activity", in testLaunchActivityWithFlagSingleTop()
572 STANDARD_SINGLE_TOP_ACTIVITY); in testLaunchActivityWithFlagSingleTop()
575 getActivityName(STANDARD_SINGLE_TOP_ACTIVITY), in testLaunchActivityWithFlagSingleTop()
580 mWmState.getTaskByActivity(STANDARD_SINGLE_TOP_ACTIVITY) in testLaunchActivityWithFlagSingleTop()