Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java224 waitForLauncherCondition("Launcher model didn't load", launcher -> { in waitForModelLoaded()
256 waitForLauncherCondition(message, in waitForState()
261 waitForLauncherCondition(message, launcher -> launcher.hasBeenResumed()); in waitForResumed()
266 protected void waitForLauncherCondition(String message, Function<Launcher, Boolean> condition) { in waitForLauncherCondition() method in AbstractLauncherUiTest
267 waitForLauncherCondition(message, condition, DEFAULT_ACTIVITY_TIMEOUT); in waitForLauncherCondition()
278 protected void waitForLauncherCondition( in waitForLauncherCondition() method in AbstractLauncherUiTest
300 protected void waitForLauncherCondition( in waitForLauncherCondition() method in AbstractLauncherUiTest
391 waitForLauncherCondition( in closeLauncherActivity()
DTaplTestsLauncher3.java65 test.waitForLauncherCondition("Launcher didn't start", launcher -> launcher != null); in initialize()
265 waitForLauncherCondition("Widgets were not closed", in testWidgets()
DWorkTabTest.java57 waitForLauncherCondition("Launcher didn't start", launcher -> launcher != null); in workTabExists()
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.java97 waitForLauncherCondition("Predictions were not updated in loading state", in testPredictionExistsInAllApps()
109 waitForLauncherCondition("Predictions were not updated in loading state", in testPredictionsDeferredUntilHome()
127 waitForLauncherCondition("Predictions were not updated in loading state", in testPredictionsDisabled()
DDigitalWellBeingToastTest.java54 waitForLauncherCondition("Toast is not visible", launcher -> toast.hasLimit()); in testToast()