Searched refs:getAmStartCmdOverHome (Results 1 – 2 of 2) sorted by relevance
60 executeShellCommand(getAmStartCmdOverHome(VISIBLE_BEHIND_ACTIVITY)); in testVisibleBehindOtherActivity_OverHome()61 executeShellCommand(getAmStartCmdOverHome(TRANSLUCENT_ACTIVITY)); in testVisibleBehindOtherActivity_OverHome()74 executeShellCommand(getAmStartCmdOverHome(PIP_ON_PIP_ACTIVITY)); in testTranslucentActivityOnTopOfPinnedStack()
86 protected static String getAmStartCmdOverHome(final String activityName) { in getAmStartCmdOverHome() method in ActivityManagerTestBase