Home
last modified time | relevance | path

Searched refs:waitForLauncherCondition (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/
DLauncherIntentTest.java64 waitForLauncherCondition("Search view is not in focus.", in moveToSearchView()
68 waitForLauncherCondition("Search view not active.", in moveToSearchView()
81 waitForLauncherCondition("A-Z view not active.", in assertOnMainAdapterAToZView()
85 waitForLauncherCondition("Not on Main Adapter View", in assertOnMainAdapterAToZView()
89 waitForLauncherCondition("Search view has focus.", in assertOnMainAdapterAToZView()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DTaplWorkProfileTest.java94 waitForLauncherCondition("Launcher didn't start", Objects::nonNull); in setUp()
126 waitForLauncherCondition("Work tab not setup", launcher -> { in waitForWorkTabSetup()
140 waitForLauncherCondition("Personal tab is missing", in workTabExists()
143 waitForLauncherCondition("Work tab is missing", in workTabExists()
163 waitForLauncherCondition("work profile initial state check failed", launcher -> in toggleWorks()
176 waitForLauncherCondition("Work profile toggle OFF failed", launcher -> { in toggleWorks()
191 waitForLauncherCondition("Work profile toggle ON failed", launcher -> { in toggleWorks()
213 waitForLauncherCondition(message, l -> { in waitForWorkCard()
DAbstractLauncherUiTest.java229 test.waitForLauncherCondition("Launcher didn't start", Objects::nonNull); in initialize()
454 waitForLauncherCondition(message, in waitForState()
461 waitForLauncherCondition(message, in waitForStateTransitionToEnd()
467 waitForLauncherCondition(message, launcher -> launcher.hasBeenResumed()); in waitForResumed()
472 protected void waitForLauncherCondition(String in waitForLauncherCondition() method in AbstractLauncherUiTest
474 waitForLauncherCondition(message, condition, DEFAULT_ACTIVITY_TIMEOUT); in waitForLauncherCondition()
485 protected void waitForLauncherCondition( in waitForLauncherCondition() method in AbstractLauncherUiTest
508 protected void waitForLauncherCondition( in waitForLauncherCondition() method in AbstractLauncherUiTest
648 waitForLauncherCondition( in closeLauncherActivity()
DPortraitLandscapeRunner.java51 mTest.waitForLauncherCondition("Launcher activity wasn't created", in apply()
/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/
DTaplKeyboardFocusTest.java66 waitForLauncherCondition("Search view does not have focus.", in testAllAppsExitSearchAndFocusApp()
85 waitForLauncherCondition("Search view does not have focus.", in testAllAppsExitSearchAndFocusSearchResults()
89 waitForLauncherCondition("Search view not active.", in testAllAppsExitSearchAndFocusSearchResults()
96 waitForLauncherCondition("Keyboard still visible.", in testAllAppsExitSearchAndFocusSearchResults()
101 waitForLauncherCondition("No focused child", launcher -> in testAllAppsExitSearchAndFocusSearchResults()
/packages/apps/Launcher3/tests/src/com/android/launcher3/compat/
DTaplPromiseIconUiTest.java71 waitForLauncherCondition("Launcher didn't start", launcher -> launcher != null); in setUp()
107 waitForLauncherCondition("Test Promise App not found on workspace", launcher -> in testPromiseIcon_addedFromEligibleSession()
115 waitForLauncherCondition("Test Promise App not removed from workspace", launcher -> in testPromiseIcon_addedFromEligibleSession()
133 waitForLauncherCondition("Test Promise App not found on workspace", launcher -> in testPromiseIcon_notAddedFromIneligibleSession()
154 waitForLauncherCondition( in testPromiseIcon_addedArchivedApp()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplPrivateSpaceTest.java63 waitForLauncherCondition("Launcher didn't start", Objects::nonNull); in setUp()
215 waitForLauncherCondition("Private profile toggle to state: " + state + " failed", in togglePrivateSpace()
245 waitForLauncherCondition("Private Profile not setup", in waitForPrivateSpaceSetup()
251 waitForLauncherCondition("Private Profile not setup", in waitForPrivateSpaceRemoval()
DTaplDigitalWellBeingToastTest.java69 waitForLauncherCondition("Toast is not visible", launcher -> toast.hasLimit()); in testToast()
DTaplTestsQuickstep.java321 waitForLauncherCondition("Launcher shouldn't stay in resume forever", in quickSwitchToPreviousAppAndAssert()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
DTaplAddWidgetTest.java60 waitForLauncherCondition("Workspace didn't finish loading", l -> !l.isWorkspaceLoading()); in testDragIcon()
111 waitForLauncherCondition("Workspace didn't finish loading", l -> !l.isWorkspaceLoading()); in testResizeWidget()
DTaplWidgetPickerTest.java83 waitForLauncherCondition("Widgets were not closed", in testWidgets()
DTaplBindWidgetTest.java176 waitForLauncherCondition("App widget options did not update", in testPendingWidget_withConfigScreen()
/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/
DTaplReorderWidgetsTest.java177 waitForLauncherCondition("Workspace didn't finish loading", l -> !l.isWorkspaceLoading()); in runTestCase()