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.java25 import static android.server.wm.app.Components.SECONDARY_HOME_ACTIVITY;
292 createManagedHomeActivitySession(SECONDARY_HOME_ACTIVITY); in testLaunchHomeActivityOnSecondaryDisplayWithoutDecorations()
306 createManagedHomeActivitySession(SECONDARY_HOME_ACTIVITY); in testLaunchHomeActivityOnUntrustedVirtualSecondaryDisplay()
361 createManagedHomeActivitySession(SECONDARY_HOME_ACTIVITY); in testLaunchSecondaryHomeActivityOnDisplayWithDecorations()
364 assertSecondaryHomeResumedOnNewDisplay(SECONDARY_HOME_ACTIVITY); in testLaunchSecondaryHomeActivityOnDisplayWithDecorations()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java126 public static final ComponentName SECONDARY_HOME_ACTIVITY = component("SecondaryHomeActivity"); field in Components