Searched refs:getWorkspaceAppIcon (Results 1 – 3 of 3) sorted by relevance
195 workspace.getWorkspaceAppIcon("Chrome")); in testWorkspace()211 final AppIcon app = workspace.getWorkspaceAppIcon("Chrome"); in testWorkspace()311 mLauncher.getWorkspace().getWorkspaceAppIcon(APP_NAME).launch(getAppPackageName()); in testDragAppIcon()339 mLauncher.getWorkspace().getWorkspaceAppIcon(shortcutName).launch(getAppPackageName()); in testDragShortcut()
87 mLauncher.getWorkspace().getWorkspaceAppIcon("Shortcut") in testDragCustomShortcut()
110 public AppIcon getWorkspaceAppIcon(String appName) { in getWorkspaceAppIcon() method in Workspace