Searched refs:PHOTOS_APP_NAME (Results 1 – 2 of 2) sorted by relevance
21 import static com.android.launcher3.util.TestConstants.AppNames.PHOTOS_APP_NAME;72 final HomeAppIcon photosIcon = createShortcutInCenterIfNotExist(PHOTOS_APP_NAME); in testDragToFolder()77 folder.getAppIcon(PHOTOS_APP_NAME); in testDragToFolder()82 workspace.verifyWorkspaceAppIconIsGone(PHOTOS_APP_NAME + " should be moved to a folder.", in testDragToFolder()83 PHOTOS_APP_NAME); in testDragToFolder()102 final HomeAppIcon photosIcon = createShortcutInCenterIfNotExist(PHOTOS_APP_NAME); in testDragOutOfFolder()107 assertNotNull(mLauncher.getWorkspace().tryGetWorkspaceAppIcon(PHOTOS_APP_NAME)); in testDragOutOfFolder()
26 public static final String PHOTOS_APP_NAME = "Photos"; field in TestConstants.AppNames