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