Searched refs:TOP_ACTIVITY (Results 1 – 4 of 4) sorted by relevance
43 import static android.server.wm.app.Components.TOP_ACTIVITY;821 getLaunchActivityBuilder().setTargetActivity(TOP_ACTIVITY)); in testConvertTranslucentOnOpaqueActivity()822 verifyActivityVisibilities(TOP_ACTIVITY, false); in testConvertTranslucentOnOpaqueActivity()836 getLaunchActivityBuilder().setTargetActivity(TOP_ACTIVITY)); in testConvertTranslucentOnNonTopOpaqueActivity()840 verifyActivityVisibilities(TOP_ACTIVITY, false); in testConvertTranslucentOnNonTopOpaqueActivity()
34 import static android.server.wm.app.Components.TOP_ACTIVITY;340 topActivity = TOP_ACTIVITY; in testTransitionSelection()
50 import static android.server.wm.app.Components.TOP_ACTIVITY;950 getPendingIntentActivity(TOP_ACTIVITY).send(displayContext, resultCode, null /* intent */); in testLaunchPendingIntentActivity()951 waitAndAssertTopResumedActivity(TOP_ACTIVITY, displayContent.mId, in testLaunchPendingIntentActivity()
149 public static final ComponentName TOP_ACTIVITY = component("TopActivity"); field in Components