Home
last modified time | relevance | path

Searched refs:BOTTOM_ACTIVITY (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DTransitionSelectionTests.java30 import static android.server.wm.app.Components.BOTTOM_ACTIVITY;
314 ? BOTTOM_NON_RESIZABLE_ACTIVITY : BOTTOM_ACTIVITY; in testTransitionSelection()
DMultiDisplayPolicyTests.java28 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()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java29 public static final ComponentName BOTTOM_ACTIVITY = component("BottomActivity"); field in Components