Home
last modified time | relevance | path

Searched refs:MESSAGES_APP_NAME (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/
DTaplTwoPanelWorkspaceTest.java21 import static com.android.launcher3.util.TestConstants.AppNames.MESSAGES_APP_NAME;
208 workspace.dragIcon(workspace.getHotseatAppIcon(MESSAGES_APP_NAME), 2); in testMultiplePageDragIcon()
218 assertItemsOnPage(launcher, 2, MESSAGES_APP_NAME); in testMultiplePageDragIcon()
226 workspace.dragIcon(workspace.getWorkspaceAppIcon(MESSAGES_APP_NAME), 4); in testMultiplePageDragIcon()
234 assertItemsOnPage(launcher, 6, MESSAGES_APP_NAME); in testMultiplePageDragIcon()
238 workspace.dragIcon(workspace.getWorkspaceAppIcon(MESSAGES_APP_NAME), -3); in testMultiplePageDragIcon()
243 assertItemsOnPage(launcher, 1, MESSAGES_APP_NAME); in testMultiplePageDragIcon()
324 workspace.dragIcon(workspace.getHotseatAppIcon(MESSAGES_APP_NAME), 3); in testMiddleEmptyPagesGetRemoved()
333 assertItemsOnPage(launcher, 5, MESSAGES_APP_NAME); in testMiddleEmptyPagesGetRemoved()
344 assertItemsOnPage(launcher, 5, MESSAGES_APP_NAME); in testMiddleEmptyPagesGetRemoved()
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DTestConstants.java28 public static final String MESSAGES_APP_NAME = "Messages"; field in TestConstants.AppNames