Home
last modified time | relevance | path

Searched refs:CHROME_APP_NAME (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/
DTaplTwoPanelWorkspaceTest.java19 import static com.android.launcher3.util.TestConstants.AppNames.CHROME_APP_NAME;
105 workspace.dragIcon(workspace.getHotseatAppIcon(CHROME_APP_NAME), 1); in testDragIconToRightPanel()
110 assertItemsOnPage(launcher, 1, CHROME_APP_NAME); in testDragIconToRightPanel()
121 workspace.dragIcon(workspace.getHotseatAppIcon(CHROME_APP_NAME), 2); in testSinglePageDragIconWhenMultiplePageScrollingIsPossible()
131 assertItemsOnPage(launcher, 2, CHROME_APP_NAME); in testSinglePageDragIconWhenMultiplePageScrollingIsPossible()
141 assertItemsOnPage(launcher, 2, CHROME_APP_NAME); in testSinglePageDragIconWhenMultiplePageScrollingIsPossible()
153 assertItemsOnPage(launcher, 2, CHROME_APP_NAME); in testSinglePageDragIconWhenMultiplePageScrollingIsPossible()
161 workspace.dragIcon(workspace.getWorkspaceAppIcon(CHROME_APP_NAME), -2); in testSinglePageDragIconWhenMultiplePageScrollingIsPossible()
165 assertItemsOnPage(launcher, 0, CHROME_APP_NAME, STORE_APP_NAME); in testSinglePageDragIconWhenMultiplePageScrollingIsPossible()
192 workspace.dragIcon(workspace.getHotseatAppIcon(CHROME_APP_NAME), 3); in testDragIconToPage3()
[all …]
DTaplWorkspaceTest.java18 import static com.android.launcher3.util.TestConstants.AppNames.CHROME_APP_NAME;
88 CHROME_APP_NAME); in testWorkspace()
99 workspace.getWorkspaceAppIcon(CHROME_APP_NAME)); in testWorkspace()
115 final HomeAppIcon app = workspace.getWorkspaceAppIcon(CHROME_APP_NAME); in testWorkspace()
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DTestConstants.java27 public static final String CHROME_APP_NAME = "Chrome"; field in TestConstants.AppNames