Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplaySystemDecorationTests.java21 import static android.server.wm.app.Components.SECONDARY_HOME_ACTIVITY;
290 new HomeActivitySession(SECONDARY_HOME_ACTIVITY); in testLaunchHomeActivityOnSecondaryDisplayWithoutDecorations()
373 new HomeActivitySession(SECONDARY_HOME_ACTIVITY); in testLaunchSecondaryHomeActivityOnDisplayWithDecorations()
381 waitAndAssertTopResumedActivity(SECONDARY_HOME_ACTIVITY, newDisplay.mId, in testLaunchSecondaryHomeActivityOnDisplayWithDecorations()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java116 public static final ComponentName SECONDARY_HOME_ACTIVITY = component("SecondaryHomeActivity"); field in Components