Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java230 waitForLauncherCondition("Launcher model didn't load", launcher -> { in waitForModelLoaded()
262 waitForLauncherCondition(message, in waitForState()
267 waitForLauncherCondition(message, launcher -> launcher.hasBeenResumed()); in waitForResumed()
272 protected void waitForLauncherCondition(String message, Function<Launcher, Boolean> condition) { in waitForLauncherCondition() method in AbstractLauncherUiTest
273 waitForLauncherCondition(message, condition, DEFAULT_ACTIVITY_TIMEOUT); in waitForLauncherCondition()
278 protected void waitForLauncherCondition( in waitForLauncherCondition() method in AbstractLauncherUiTest
286 protected void waitForLauncherCondition( in waitForLauncherCondition() method in AbstractLauncherUiTest
374 waitForLauncherCondition( in closeLauncherActivity()
DTaplTestsLauncher3.java63 test.waitForLauncherCondition("Launcher didn't start", launcher -> launcher != null); in initialize()
262 waitForLauncherCondition("Widgets were not closed", in testWidgets()
DPortraitLandscapeRunner.java30 mTest.waitForLauncherCondition("Launcher activity wasn't created", in apply()
/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.java72 waitForLauncherCondition("No latest task", launcher -> getLatestTask(launcher) != null); in getToast()