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;
232 .setWaitForLaunched(false).setTargetActivity(TOP_ACTIVITY)); in testTurnScreenOnActivity()
235 waitAndAssertActivityState(TOP_ACTIVITY, STATE_STOPPED, in testTurnScreenOnActivity()
238 waitAndAssertActivityState(TOP_ACTIVITY, STATE_RESUMED, in testTurnScreenOnActivity()
852 getLaunchActivityBuilder().setTargetActivity(TOP_ACTIVITY)); in testConvertTranslucentOnOpaqueActivity()
853 verifyActivityVisibilities(TOP_ACTIVITY, false); in testConvertTranslucentOnOpaqueActivity()
867 getLaunchActivityBuilder().setTargetActivity(TOP_ACTIVITY)); in testConvertTranslucentOnNonTopOpaqueActivity()
871 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;
968 getPendingIntentActivity(TOP_ACTIVITY).send(displayContext, resultCode, null /* intent */); in testLaunchPendingIntentActivity()
969 waitAndAssertTopResumedActivity(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