Searched refs:waitForLauncherCondition (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/ |
D | AbstractLauncherUiTest.java | 224 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()
|
D | TaplTestsLauncher3.java | 65 test.waitForLauncherCondition("Launcher didn't start", launcher -> launcher != null); in initialize() 265 waitForLauncherCondition("Widgets were not closed", in testWidgets()
|
D | WorkTabTest.java | 57 waitForLauncherCondition("Launcher didn't start", launcher -> launcher != null); in workTabExists()
|
D | PortraitLandscapeRunner.java | 32 mTest.waitForLauncherCondition("Launcher activity wasn't created", in apply()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/compat/ |
D | PromiseIconUiTest.java | 51 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/ |
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 | 54 waitForLauncherCondition("Toast is not visible", launcher -> toast.hasLimit()); in testToast()
|