Home
last modified time | relevance | path

Searched refs:CALCULATOR_APP_PACKAGE (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplTestsKeyboardQuickSwitch.java61 private static final String CALCULATOR_APP_PACKAGE = field in TaplTestsKeyboardQuickSwitch
68 startAppFast(CALCULATOR_APP_PACKAGE); in setUp()
155 startAppFast(CALCULATOR_APP_PACKAGE); in testLaunchSingleRecentTask()
156 mLauncher.goHome().showQuickSwitchView().launchFocusedAppTask(CALCULATOR_APP_PACKAGE); in testLaunchSingleRecentTask()
191 ? getAppPackageName() : CALCULATOR_APP_PACKAGE); in runTest()
198 kqs.launchFocusedAppTask(CALCULATOR_APP_PACKAGE); in runTest()
207 .launchFocusedTaskByEnterKey(CALCULATOR_APP_PACKAGE); in runTest()
DTaplTestsTaskbar.java97 TEST_APP_PACKAGE, CALCULATOR_APP_PACKAGE); in testLaunchAppInSplitscreen()
112 .dragToSplitscreen(TEST_APP_PACKAGE, CALCULATOR_APP_PACKAGE); in testLaunchShortcutInSplitscreen()
139 .dragToSplitscreen(TEST_APP_PACKAGE, CALCULATOR_APP_PACKAGE); in testLaunchAppInSplitscreen_fromTaskbarAllApps()
149 .dragToSplitscreen(TEST_APP_PACKAGE, CALCULATOR_APP_PACKAGE); in testLaunchShortcutInSplitscreen_fromTaskbarAllApps()
DTaplTestsQuickstep.java67 private static final String CALCULATOR_APP_PACKAGE = field in TaplTestsQuickstep
91 startAppFast(CALCULATOR_APP_PACKAGE); in startTestApps()
230 startAppFast(CALCULATOR_APP_PACKAGE); // Ensure Calculator is last opened app. in testOpenOverviewWithActionPlusTabKeys()
237 overview.launchFocusedTaskByEnterKey(CALCULATOR_APP_PACKAGE); // Assert app is focused. in testOpenOverviewWithActionPlusTabKeys()
243 startAppFast(CALCULATOR_APP_PACKAGE); // Ensure Calculator is last opened app. in testOpenOverviewWithRecentsKey()
250 overview.launchFocusedTaskByEnterKey(CALCULATOR_APP_PACKAGE); // Assert app is focused. in testOpenOverviewWithRecentsKey()
303 startAppFast(CALCULATOR_APP_PACKAGE); in testBackground()
423 startAppFast(CALCULATOR_APP_PACKAGE); in testPressBack()
DTaplTestsSplitscreen.java48 private static final String CALCULATOR_APP_PACKAGE = field in TaplTestsSplitscreen
86 startAppFast(CALCULATOR_APP_PACKAGE); in testSplitAppFromHomeWithItself()
130 startAppFast(CALCULATOR_APP_PACKAGE); in testSaveAppPairMenuItemDoesNotExistOnSingleTask()
DTaplOverviewIconTest.java41 private static final String CALCULATOR_APP_PACKAGE = field in TaplOverviewIconTest
67 startAppFast(CALCULATOR_APP_PACKAGE); in startTestApps()
DAbstractTaplTestsTaskbar.java41 protected static final String CALCULATOR_APP_PACKAGE = field in AbstractTaplTestsTaskbar
58 startAppFast(CALCULATOR_APP_PACKAGE); in setUp()