Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DActivityVisibilityTests.java43 import static android.server.wm.app.Components.TOP_ACTIVITY;
249 .setWaitForLaunched(false).setTargetActivity(TOP_ACTIVITY)); in testTurnScreenOnActivity()
252 waitAndAssertActivityState(TOP_ACTIVITY, STATE_STOPPED, in testTurnScreenOnActivity()
255 waitAndAssertActivityState(TOP_ACTIVITY, STATE_RESUMED, in testTurnScreenOnActivity()
939 getLaunchActivityBuilder().setTargetActivity(TOP_ACTIVITY)); in testConvertTranslucentOnOpaqueActivity()
940 verifyActivityVisibilities(TOP_ACTIVITY, false); in testConvertTranslucentOnOpaqueActivity()
954 getLaunchActivityBuilder().setTargetActivity(TOP_ACTIVITY)); in testConvertTranslucentOnNonTopOpaqueActivity()
958 verifyActivityVisibilities(TOP_ACTIVITY, false); in testConvertTranslucentOnNonTopOpaqueActivity()
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DTransitionSelectionTests.java35 import static android.server.wm.app.Components.TOP_ACTIVITY;
510 topActivity = TOP_ACTIVITY; in testTransitionSelection()
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplayActivityLaunchTests.java52 import static android.server.wm.app.Components.TOP_ACTIVITY;
983 getPendingIntentActivity(TOP_ACTIVITY).send(displayContext, resultCode, null /* intent */); in testLaunchPendingIntentActivity()
984 waitAndAssertResumedAndFocusedActivityOnDisplay(TOP_ACTIVITY, displayContent.mId, in testLaunchPendingIntentActivity()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java154 public static final ComponentName TOP_ACTIVITY = component("TopActivity"); field in Components