Searched refs:BOTTOM_ACTIVITY (Results 1 – 3 of 3) sorted by relevance
28 import static android.server.wm.app.Components.BOTTOM_ACTIVITY;285 String bottomStartCmd = getAmStartCmd(BOTTOM_ACTIVITY); in testTransitionSelection()294 mAmWmState.computeState(BOTTOM_ACTIVITY); in testTransitionSelection()313 mAmWmState.computeState(BOTTOM_ACTIVITY); in testTransitionSelection()
28 import static android.server.wm.app.Components.BOTTOM_ACTIVITY;832 launchActivityOnDisplay(BOTTOM_ACTIVITY, DEFAULT_DISPLAY); in testAppTransitionForActivityOnDifferentDisplay()833 waitAndAssertTopResumedActivity(BOTTOM_ACTIVITY, DEFAULT_DISPLAY, in testAppTransitionForActivityOnDifferentDisplay()
29 public static final ComponentName BOTTOM_ACTIVITY = component("BottomActivity"); field in Components