Searched refs:GMAIL_APP_NAME (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.launcher3.util.TestConstants.AppNames.GMAIL_APP_NAME;175 final HomeAppIcon homeAppIcon = createShortcutInCenterIfNotExist(GMAIL_APP_NAME); in testDragAndCancelAppIcon()177 mLauncher.getWorkspace().getWorkspaceIconsPositions().get(GMAIL_APP_NAME); in testDragAndCancelAppIcon()183 mLauncher.getWorkspace().getWorkspaceIconsPositions().get(GMAIL_APP_NAME); in testDragAndCancelAppIcon()
21 import static com.android.launcher3.util.TestConstants.AppNames.GMAIL_APP_NAME;64 for (String appName : new String[]{GMAIL_APP_NAME, STORE_APP_NAME, TEST_APP_NAME}) { in testDeleteFromWorkspace()
25 public static final String GMAIL_APP_NAME = "Gmail"; field in TestConstants.AppNames