Home
last modified time | relevance | path

Searched refs:verifyWorkspaceAppIconIsGone (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/dragging/
DTaplDragTest.java80 workspace.verifyWorkspaceAppIconIsGone(STORE_APP_NAME + " should be moved to a folder.", in testDragToFolder()
82 workspace.verifyWorkspaceAppIconIsGone(PHOTOS_APP_NAME + " should be moved to a folder.", in testDragToFolder()
90 workspace.verifyWorkspaceAppIconIsGone(MAPS_APP_NAME + " should be moved to a folder.", in testDragToFolder()
DTaplUninstallRemoveTest.java67 workspace.verifyWorkspaceAppIconIsGone( in testDeleteFromWorkspace()
163 mLauncher.getWorkspace().verifyWorkspaceAppIconIsGone( in uninstallWorkspaceIcon()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/
DTaplWorkspaceTest.java87 workspace.verifyWorkspaceAppIconIsGone("Chrome app was found on empty workspace", in testWorkspace()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DWorkspace.java208 public void verifyWorkspaceAppIconIsGone(String errorMessage, String appName) { in verifyWorkspaceAppIconIsGone() method in Workspace