Home
last modified time | relevance | path

Searched refs:SINGLE_HOME_ACTIVITY (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplaySystemDecorationTests.java24 import static android.server.wm.app.Components.SINGLE_HOME_ACTIVITY;
249 createManagedHomeActivitySession(SINGLE_HOME_ACTIVITY); in testLaunchSingleHomeActivityOnDisplayWithDecorations()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java135 public static final ComponentName SINGLE_HOME_ACTIVITY = component("SingleHomeActivity"); field in Components