Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplaySystemDecorationTests.java22 import static android.server.wm.app.Components.HOME_ACTIVITY;
332 createManagedHomeActivitySession(HOME_ACTIVITY); in testLaunchHomeActivityOnDisplayWithDecorations()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java131 public static final ComponentName HOME_ACTIVITY = component("HomeActivity"); field in Components