Home
last modified time | relevance | path

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

/platform_testing/tests/smokefast/src/com/android/smokefast/
DLockscreenTest.java54 UiObject2 workspace = mDevice.findObject(By.res(LAUNCHER_PACKAGE, "workspace")); in testSlideUnlock() local
55 while (counter-- > 0 && workspace == null) { in testSlideUnlock()
56 workspace = mDevice.findObject(By.res(LAUNCHER_PACKAGE, "workspace")); in testSlideUnlock()
59 assertNotNull("Workspace wasn't found", workspace); in testSlideUnlock()
/platform_testing/tests/functional/launchertests/src/com/android/launcher/functional/
DHomeScreenTests.java149 UiObject2 workspace = mDevice.findObject(By.res(getLauncherPackage(), "workspace")); in verifyHomeLongPressMenu() local
150 workspace.longClick(); in verifyHomeLongPressMenu()
166 UiObject2 workspace = mDevice.findObject(By.res(getLauncherPackage(), "workspace")); in testAddRemoveWidgetOnHome() local
167 workspace.longClick(); in testAddRemoveWidgetOnHome()
217 UiObject2 workspace = mDevice.findObject(By.res(getLauncherPackage(), "workspace")); in testCreateRenameRemoveFolderOnHome() local
218 workspace.click(); in testCreateRenameRemoveFolderOnHome()
/platform_testing/tests/androidbvt/src/com/android/androidbvt/
DSysUILockScreenTests.java123 UiObject2 workspace = mDevice.findObject(By.res(LAUNCHER_PACKAGE, "workspace")); in testSlideUnlock() local
124 while (counter-- > 0 && workspace == null) { in testSlideUnlock()
125 workspace = mDevice.findObject(By.res(LAUNCHER_PACKAGE, "workspace")); in testSlideUnlock()
128 assertNotNull("Workspace wasn't found", workspace); in testSlideUnlock()
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DLauncherJankTests.java181 UiObject2 workspace = mDevice.findObject(mLauncherStrategy.getWorkspaceSelector()); in testHomeScreenSwipe() local
184 workspace.fling(dir); in testHomeScreenSwipe()
185 workspace.fling(Direction.reverse(dir)); in testHomeScreenSwipe()