Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/dragging/
DTaplDragTest.java71 final HomeAppIcon playStoreIcon = createShortcutIfNotExist(STORE_APP_NAME, 0, 1); in testDragToFolder()
101 final HomeAppIcon playStoreIcon = createShortcutIfNotExist(STORE_APP_NAME, 0, 1); in testDragOutOfFolder()
DTaplUninstallRemoveTest.java155 createShortcutIfNotExist(appNames[i], gridPositions[i]); in uninstallWorkspaceIcon()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java671 return createShortcutIfNotExist(name, dimension.x / 2, dimension.y / 2); in createShortcutInCenterIfNotExist()
674 protected HomeAppIcon createShortcutIfNotExist(String name, Point cellPosition) { in createShortcutIfNotExist() method in AbstractLauncherUiTest
675 return createShortcutIfNotExist(name, cellPosition.x, cellPosition.y); in createShortcutIfNotExist()
678 protected HomeAppIcon createShortcutIfNotExist(String name, int cellX, int cellY) { in createShortcutIfNotExist() method in AbstractLauncherUiTest