Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DPrivateSpaceHeader.java64 UiObject2 unLockButtonView = mLauncher.waitForObjectInContainer(mPrivateSpaceHeader, in verifyUnlockedState() local
66 mLauncher.waitForObjectEnabled(unLockButtonView, "Private Space Unlock Button"); in verifyUnlockedState()
67 mLauncher.assertTrue("PS Unlock Button is non-clickable", unLockButtonView.isClickable()); in verifyUnlockedState()
85 UiObject2 unLockButtonView = mLauncher.waitForObjectInContainer(mPrivateSpaceHeader, in verifyLockedState() local
87 mLauncher.waitForObjectEnabled(unLockButtonView, "Private Space Unlock Button"); in verifyLockedState()
88 mLauncher.assertTrue("PS Unlock Button is non-clickable", unLockButtonView.isClickable()); in verifyLockedState()
DAllApps.java454 UiObject2 unLockButtonView = mLauncher.waitForObjectInContainer(appListRecycler, in togglePrivateSpace() local
456 mLauncher.waitForObjectEnabled(unLockButtonView, "Private Space Unlock Button"); in togglePrivateSpace()
457 mLauncher.assertTrue("PS Unlock Button is non-clickable", unLockButtonView.isClickable()); in togglePrivateSpace()
458 unLockButtonView.click(); in togglePrivateSpace()