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/lifecycle/
DActivityStarterTests.java77 private static final ComponentName STANDARD_SINGLE_TOP_ACTIVITY field in ActivityStarterTests
553 .setTargetActivity(STANDARD_SINGLE_TOP_ACTIVITY) in testLaunchActivityWithFlagSingleTop()
558 mWmState.waitForActivityState(STANDARD_SINGLE_TOP_ACTIVITY, STATE_RESUMED); in testLaunchActivityWithFlagSingleTop()
564 .getActivityCountInTask(taskId, STANDARD_SINGLE_TOP_ACTIVITY)); in testLaunchActivityWithFlagSingleTop()
568 mWmState.assertFocusedActivity(STANDARD_SINGLE_TOP_ACTIVITY + "must be focused Activity", in testLaunchActivityWithFlagSingleTop()
569 STANDARD_SINGLE_TOP_ACTIVITY); in testLaunchActivityWithFlagSingleTop()
572 getActivityName(STANDARD_SINGLE_TOP_ACTIVITY), in testLaunchActivityWithFlagSingleTop()
577 mWmState.getTaskByActivity(STANDARD_SINGLE_TOP_ACTIVITY) in testLaunchActivityWithFlagSingleTop()