Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DTaplTestsLauncher3.java201 workspace.getWorkspaceAppIcon("Chrome")); in testWorkspace()
217 final AppIcon app = workspace.getWorkspaceAppIcon("Chrome"); in testWorkspace()
318 mLauncher.getWorkspace().getWorkspaceAppIcon(APP_NAME).launch(getAppPackageName()); in testDragAppIcon()
346 mLauncher.getWorkspace().getWorkspaceAppIcon(shortcutName).launch(getAppPackageName()); in testDragShortcut()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
DAddWidgetTest.java87 mLauncher.getWorkspace().getWorkspaceAppIcon("Shortcut") in testDragCustomShortcut()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DWorkspace.java156 public AppIcon getWorkspaceAppIcon(String appName) { in getWorkspaceAppIcon() method in Workspace