Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DWorkTabTest.java76 waitForLauncherCondition("Launcher didn't start", Objects::nonNull); in workTabExists()
78 waitForLauncherCondition("Personal tab is missing", in workTabExists()
80 waitForLauncherCondition("Work tab is missing", in workTabExists()
87 waitForLauncherCondition("Launcher didn't start", Objects::nonNull); in toggleWorks()
101 waitForLauncherCondition("work profile can't be turned off", in toggleWorks()
111 waitForLauncherCondition("Work toggle did not work", in toggleWorks()
118 waitForLauncherCondition("Launcher didn't start", Objects::nonNull); in testWorkEduFlow()
123 waitForLauncherCondition("Work tab not setup", in testWorkEduFlow()
136 waitForLauncherCondition("Launcher did not show the next edu screen", l -> in testWorkEduFlow()
146 waitForLauncherCondition("Launcher didn't start", Objects::nonNull); in testWorkEduIntermittent()
[all …]
DAbstractLauncherUiTest.java369 waitForLauncherCondition(message, in waitForState()
374 waitForLauncherCondition(message, launcher -> launcher.hasBeenResumed()); in waitForResumed()
379 protected void waitForLauncherCondition(String in waitForLauncherCondition() method in AbstractLauncherUiTest
381 waitForLauncherCondition(message, condition, DEFAULT_ACTIVITY_TIMEOUT); in waitForLauncherCondition()
392 protected void waitForLauncherCondition( in waitForLauncherCondition() method in AbstractLauncherUiTest
414 protected void waitForLauncherCondition( in waitForLauncherCondition() method in AbstractLauncherUiTest
512 waitForLauncherCondition( in closeLauncherActivity()
DTaplTestsLauncher3.java61 test.waitForLauncherCondition("Launcher didn't start", launcher -> launcher != null); in initialize()
272 waitForLauncherCondition("Widgets were not closed", in testWidgets()
DPortraitLandscapeRunner.java32 mTest.waitForLauncherCondition("Launcher activity wasn't created", in apply()
/packages/apps/Launcher3/tests/src/com/android/launcher3/compat/
DPromiseIconUiTest.java51 waitForLauncherCondition("Launcher didn't start", launcher -> launcher != null); in setUp()
85 waitForLauncherCondition("Test Promise App not found on workspace", launcher -> in testPromiseIcon_addedFromEligibleSession()
93 waitForLauncherCondition("Test Promise App not removed from workspace", launcher -> in testPromiseIcon_addedFromEligibleSession()
110 waitForLauncherCondition("Test Promise App not found on workspace", launcher -> in testPromiseIcon_notAddedFromIneligibleSession()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DAppPredictionsUITests.java96 waitForLauncherCondition("Predictions were not updated in loading state", in testPredictionExistsInAllApps()
108 waitForLauncherCondition("Predictions were not updated in loading state", in testPredictionsDeferredUntilHome()
126 waitForLauncherCondition("Predictions were not updated in loading state", in testPredictionsDisabled()
DDigitalWellBeingToastTest.java58 waitForLauncherCondition("Toast is not visible", launcher -> toast.hasLimit()); in testToast()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
DBindWidgetTest.java190 waitForLauncherCondition("App widget options did not update", in testPendingWidget_withConfigScreen()