Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java115 public static final ComponentName HOME_ACTIVITY = component("HomeActivity"); field in Components
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplaySystemDecorationTests.java20 import static android.server.wm.app.Components.HOME_ACTIVITY;
351 try (final HomeActivitySession homeSession = new HomeActivitySession(HOME_ACTIVITY); in testLaunchHomeActivityOnDisplayWithDecorations()