Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/dragging/
DTaplDragTest.java131 final String expectedShortcutName = "Shortcut 1"; in testDragShortcut() local
133 assertEquals(expectedShortcutName, actualShortcutName); in testDragShortcut()
135 mLauncher.getWorkspace().getWorkspaceAppIcon(expectedShortcutName) in testDragShortcut()