Searched refs:BOTTOM_ACTIVITY (Results 1 – 3 of 3) sorted by relevance
30 import static android.server.wm.app.Components.BOTTOM_ACTIVITY;314 ? BOTTOM_NON_RESIZABLE_ACTIVITY : BOTTOM_ACTIVITY; in testTransitionSelection()
28 import static android.server.wm.app.Components.BOTTOM_ACTIVITY;766 launchActivityOnDisplay(BOTTOM_ACTIVITY, DEFAULT_DISPLAY); in testAppTransitionForActivityOnDifferentDisplay()767 waitAndAssertTopResumedActivity(BOTTOM_ACTIVITY, DEFAULT_DISPLAY, in testAppTransitionForActivityOnDifferentDisplay()
29 public static final ComponentName BOTTOM_ACTIVITY = component("BottomActivity"); field in Components