Searched refs:SECONDARY_HOME_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
21 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()
116 public static final ComponentName SECONDARY_HOME_ACTIVITY = component("SecondaryHomeActivity"); field in Components