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/
DMultiDisplaySystemDecorationTests.java26 import static android.server.wm.app.Components.SINGLE_HOME_ACTIVITY;
322 createManagedHomeActivitySession(SINGLE_HOME_ACTIVITY); in testLaunchSingleHomeActivityOnDisplayWithDecorations()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java129 public static final ComponentName SINGLE_HOME_ACTIVITY = component("SingleHomeActivity"); field in Components