Searched refs:createShortcutIfNotExist (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/tests/src/com/android/launcher3/dragging/ |
D | TaplDragTest.java | 71 final HomeAppIcon playStoreIcon = createShortcutIfNotExist(STORE_APP_NAME, 0, 1); in testDragToFolder() 101 final HomeAppIcon playStoreIcon = createShortcutIfNotExist(STORE_APP_NAME, 0, 1); in testDragOutOfFolder()
|
D | TaplUninstallRemoveTest.java | 155 createShortcutIfNotExist(appNames[i], gridPositions[i]); in uninstallWorkspaceIcon()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/ |
D | AbstractLauncherUiTest.java | 671 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
|