Home
last modified time | relevance | path

Searched refs:getWorkspaceAppIcon (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/
H A DTwoPanelWorkspaceTest.java94 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()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
H A DTaplTestsLauncher3.java196 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()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
H A DAddWidgetTest.java91 mLauncher.getWorkspace().getWorkspaceAppIcon("Shortcut") in testDragCustomShortcut()
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
H A DTaplTestsQuickstep.java316 mLauncher.getWorkspace().getWorkspaceAppIcon(APP_NAME).launch(getAppPackageName()); in testPressBack()
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DWorkspace.java131 public AppIcon getWorkspaceAppIcon(String appName) { in getWorkspaceAppIcon() method in Workspace