Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
H A DWorkProfileTest.java63 waitForLauncherCondition("Launcher didn't start", Objects::nonNull); in setUp()
88 waitForLauncherCondition("Work tab not setup", launcher -> { in waitForWorkTabSetup()
99 waitForLauncherCondition("Personal tab is missing", in workTabExists()
102 waitForLauncherCondition("Work tab is missing", in workTabExists()
119 waitForLauncherCondition("work profile initial state check failed", launcher -> in toggleWorks()
128 waitForLauncherCondition("Work profile toggle OFF failed", launcher -> { in toggleWorks()
141 waitForLauncherCondition("Work profile toggle ON failed", launcher -> { in toggleWorks()
157 waitForLauncherCondition("Work profile education not shown", in testEdu()
H A DAbstractLauncherUiTest.java358 waitForLauncherCondition(message, in waitForState()
365 waitForLauncherCondition(message, in waitForStateTransitionToEnd()
371 waitForLauncherCondition(message, launcher -> launcher.hasBeenResumed()); in waitForResumed()
376 protected void waitForLauncherCondition(String in waitForLauncherCondition() method in AbstractLauncherUiTest
378 waitForLauncherCondition(message, condition, DEFAULT_ACTIVITY_TIMEOUT); in waitForLauncherCondition()
389 protected void waitForLauncherCondition( in waitForLauncherCondition() method in AbstractLauncherUiTest
411 protected void waitForLauncherCondition( in waitForLauncherCondition() method in AbstractLauncherUiTest
509 waitForLauncherCondition( in closeLauncherActivity()
H A DPortraitLandscapeRunner.java33 mTest.waitForLauncherCondition("Launcher activity wasn't created", in apply()
H A DTaplTestsLauncher3.java63 test.waitForLauncherCondition("Launcher didn't start", launcher -> launcher != null); in initialize()
267 waitForLauncherCondition("Widgets were not closed", in testWidgets()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/compat/
H A 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()
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
H A DDigitalWellBeingToastTest.java54 waitForLauncherCondition("Toast is not visible", launcher -> toast.hasLimit()); in testToast()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
H A DBindWidgetTest.java190 waitForLauncherCondition("App widget options did not update", in testPendingWidget_withConfigScreen()