Searched refs:getWorkspaceAppIcon (Results 1 – 5 of 5) sorted by relevance
94 mWorkspace.dragIcon(mWorkspace.getWorkspaceAppIcon("Maps"), 2); in testDragIconToPage2()143 mWorkspace.dragIcon(mWorkspace.getWorkspaceAppIcon("Maps"), 3); in testEmptyPageDoesNotGetRemovedIfPagePairIsNotEmpty()154 mWorkspace.dragIcon(mWorkspace.getWorkspaceAppIcon("Maps"), -1); in testEmptyPageDoesNotGetRemovedIfPagePairIsNotEmpty()167 mWorkspace.dragIcon(mWorkspace.getWorkspaceAppIcon("Chrome"), 1); in testEmptyPageDoesNotGetRemovedIfPagePairIsNotEmpty()192 mWorkspace.dragIcon(mWorkspace.getWorkspaceAppIcon("Play Store"), 2); in testEmptyPagesGetRemovedIfBothPagesAreEmpty()203 mWorkspace.dragIcon(mWorkspace.getWorkspaceAppIcon("Camera"), -1); in testEmptyPagesGetRemovedIfBothPagesAreEmpty()205 mWorkspace.dragIcon(mWorkspace.getWorkspaceAppIcon("Play Store"), -2); in testEmptyPagesGetRemovedIfBothPagesAreEmpty()227 mWorkspace.dragIcon(mWorkspace.getWorkspaceAppIcon("Maps"), 2); in testMiddleEmptyPagesGetRemoved()241 mWorkspace.dragIcon(mWorkspace.getWorkspaceAppIcon("Maps"), 2); in testMiddleEmptyPagesGetRemoved()
196 workspace.getWorkspaceAppIcon("Chrome")); in testWorkspace()212 final AppIcon app = workspace.getWorkspaceAppIcon("Chrome"); in testWorkspace()315 mLauncher.getWorkspace().getWorkspaceAppIcon(APP_NAME).launch(getAppPackageName()); in testDragAppIcon()354 mLauncher.getWorkspace().getWorkspaceAppIcon(expectedShortcutName) in testDragShortcut()372 appIcon = mLauncher.getWorkspace().getWorkspaceAppIcon(name); in createShortcutIfNotExist()420 mLauncher.getWorkspace().getWorkspaceAppIcon(APP_NAME).launch(getAppPackageName()); in testPressBack()
91 mLauncher.getWorkspace().getWorkspaceAppIcon("Shortcut") in testDragCustomShortcut()
316 mLauncher.getWorkspace().getWorkspaceAppIcon(APP_NAME).launch(getAppPackageName()); in testPressBack()
131 public AppIcon getWorkspaceAppIcon(String appName) { in getWorkspaceAppIcon() method in Workspace