Home
last modified time | relevance | path

Searched refs:tryGetWorkspaceAppIcon (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
H A DTaplTestsLauncher3.java184 workspace.tryGetWorkspaceAppIcon("Chrome")); in testWorkspace()
362 AppIcon appIcon = mLauncher.getWorkspace().tryGetWorkspaceAppIcon(name); in createShortcutIfNotExist()
392 workspace.tryGetWorkspaceAppIcon("Gmail")); in testDragToFolder()
394 workspace.tryGetWorkspaceAppIcon("Play Store")); in testDragToFolder()
434 workspace.tryGetWorkspaceAppIcon(appName)); in testDeleteFromWorkspace()
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DWorkspace.java113 public AppIcon tryGetWorkspaceAppIcon(String appName) { in tryGetWorkspaceAppIcon() method in Workspace