Searched refs:waitForLauncherCondition (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/ |
D | AbstractLauncherUiTest.java | 230 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()
|
D | TaplTestsLauncher3.java | 63 test.waitForLauncherCondition("Launcher didn't start", launcher -> launcher != null); in initialize() 262 waitForLauncherCondition("Widgets were not closed", in testWidgets()
|
D | PortraitLandscapeRunner.java | 30 mTest.waitForLauncherCondition("Launcher activity wasn't created", in apply()
|
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
D | AppPredictionsUITests.java | 97 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()
|
D | DigitalWellBeingToastTest.java | 72 waitForLauncherCondition("No latest task", launcher -> getLatestTask(launcher) != null); in getToast()
|