Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplaySystemDecorationTests.java25 import static android.server.wm.app.Components.SINGLE_SECONDARY_HOME_ACTIVITY;
262 createManagedHomeActivitySession(SINGLE_SECONDARY_HOME_ACTIVITY); in testLaunchSingleSecondaryHomeActivityOnDisplayWithDecorations()
275 createManagedHomeActivitySession(SINGLE_SECONDARY_HOME_ACTIVITY); in testSendSecondaryHomeIntentActivityOnDisplayWithDecorations()
303 createManagedHomeActivitySession(SINGLE_SECONDARY_HOME_ACTIVITY); in testSendPrimaryHomeIntentActivityOnDisplayWithDecorations()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java136 public static final ComponentName SINGLE_SECONDARY_HOME_ACTIVITY = field in Components