Searched refs:MAPS_APP_NAME (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/ |
D | TaplTwoPanelWorkspaceTest.java | 20 import static com.android.launcher3.util.TestConstants.AppNames.MAPS_APP_NAME; 87 assertItemsOnPage(launcher, 0, STORE_APP_NAME, MAPS_APP_NAME); in setUp() 109 assertItemsOnPage(launcher, 0, MAPS_APP_NAME, STORE_APP_NAME); in testDragIconToRightPanel() 125 workspace.dragIcon(workspace.getWorkspaceAppIcon(MAPS_APP_NAME), 3); in testSinglePageDragIconWhenMultiplePageScrollingIsPossible() 132 assertItemsOnPage(launcher, 3, MAPS_APP_NAME); in testSinglePageDragIconWhenMultiplePageScrollingIsPossible() 135 workspace.dragIcon(workspace.getWorkspaceAppIcon(MAPS_APP_NAME), 3); in testSinglePageDragIconWhenMultiplePageScrollingIsPossible() 144 assertItemsOnPage(launcher, 5, MAPS_APP_NAME); in testSinglePageDragIconWhenMultiplePageScrollingIsPossible() 147 workspace.dragIcon(workspace.getWorkspaceAppIcon(MAPS_APP_NAME), -1); in testSinglePageDragIconWhenMultiplePageScrollingIsPossible() 154 assertItemsOnPage(launcher, 3, MAPS_APP_NAME); in testSinglePageDragIconWhenMultiplePageScrollingIsPossible() 157 workspace.dragIcon(workspace.getWorkspaceAppIcon(MAPS_APP_NAME), -1); in testSinglePageDragIconWhenMultiplePageScrollingIsPossible() [all …]
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/dragging/ |
D | TaplDragTest.java | 20 import static com.android.launcher3.util.TestConstants.AppNames.MAPS_APP_NAME; 85 final HomeAppIcon mapIcon = createShortcutInCenterIfNotExist(MAPS_APP_NAME); in testDragToFolder() 87 folder.getAppIcon(MAPS_APP_NAME); in testDragToFolder() 90 workspace.verifyWorkspaceAppIconIsGone(MAPS_APP_NAME + " should be moved to a folder.", in testDragToFolder() 91 MAPS_APP_NAME); in testDragToFolder()
|
D | TaplUninstallRemoveTest.java | 22 import static com.android.launcher3.util.TestConstants.AppNames.MAPS_APP_NAME; 146 final String[] appNameCandidates = {DUMMY_APP_NAME, MAPS_APP_NAME, STORE_APP_NAME}; in uninstallWorkspaceIcon()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/ |
D | TestConstants.java | 23 public static final String MAPS_APP_NAME = "Maps"; field in TestConstants.AppNames
|