Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java898 waitUntilLauncherObjectGone(APPS_RES_ID); in verifyVisibleObjects()
899 waitUntilLauncherObjectGone(WIDGETS_RES_ID); in verifyVisibleObjects()
902 waitUntilLauncherObjectGone(KEYBOARD_QUICK_SWITCH_RES_ID); in verifyVisibleObjects()
908 waitUntilLauncherObjectGone(WORKSPACE_RES_ID); in verifyVisibleObjects()
909 waitUntilLauncherObjectGone(APPS_RES_ID); in verifyVisibleObjects()
912 waitUntilLauncherObjectGone(KEYBOARD_QUICK_SWITCH_RES_ID); in verifyVisibleObjects()
918 waitUntilLauncherObjectGone(WORKSPACE_RES_ID); in verifyVisibleObjects()
919 waitUntilLauncherObjectGone(WIDGETS_RES_ID); in verifyVisibleObjects()
923 waitUntilLauncherObjectGone(KEYBOARD_QUICK_SWITCH_RES_ID); in verifyVisibleObjects()
928 waitUntilLauncherObjectGone(WORKSPACE_RES_ID); in verifyVisibleObjects()
[all …]
DPrivateSpaceContainer.java70 mLauncher.waitUntilLauncherObjectGone(DIVIDER_RES_ID); in verifyInstallAppButtonIsNotPresent()
80 mLauncher.waitUntilLauncherObjectGone(DIVIDER_RES_ID); in verifyDividerIsNotPresent()
DPrivateSpaceHeader.java93 mLauncher.waitUntilLauncherObjectGone(SETTINGS_BUTTON_RES_ID); in verifyLockedState()
94 mLauncher.waitUntilLauncherObjectGone(LOCK_TEXT_RES_ID); in verifyLockedState()
DKeyboardQuickSwitch.java151 mLauncher.waitUntilLauncherObjectGone(KEYBOARD_QUICK_SWITCH_RES_ID); in dismiss()
208 mLauncher.waitUntilLauncherObjectGone(KEYBOARD_QUICK_SWITCH_RES_ID); in launchFocusedTask()
DTaskbarAppIconMenuItem.java45 mLauncher.waitUntilLauncherObjectGone("popup_container"); in waitForLongPressConfirmation()
DAddToHomeScreenPrompt.java50 mLauncher.waitUntilLauncherObjectGone(getSelector()); in addAutomatically()
DFolder.java59 mLauncher.waitUntilLauncherObjectGone(FOLDER_CONTENT_RES_ID); in close()
DWorkspace.java457 launcher.waitUntilLauncherObjectGone(DROP_BAR_RES_ID);
474 launcher.waitUntilLauncherObjectGone(
560 launcher.waitUntilLauncherObjectGone("drop_target_bar");
DBaseOverview.java162 mLauncher.waitUntilLauncherObjectGone(clearAllSelector); in dismissAllTasks()