/packages/apps/Launcher3/tests/src/com/android/launcher3/ |
D | LauncherIntentTest.java | 64 waitForLauncherCondition("Search view is not in focus.", in moveToSearchView() 68 waitForLauncherCondition("Search view not active.", in moveToSearchView() 81 waitForLauncherCondition("A-Z view not active.", in assertOnMainAdapterAToZView() 85 waitForLauncherCondition("Not on Main Adapter View", in assertOnMainAdapterAToZView() 89 waitForLauncherCondition("Search view has focus.", in assertOnMainAdapterAToZView()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/ |
D | TaplWorkProfileTest.java | 94 waitForLauncherCondition("Launcher didn't start", Objects::nonNull); in setUp() 126 waitForLauncherCondition("Work tab not setup", launcher -> { in waitForWorkTabSetup() 140 waitForLauncherCondition("Personal tab is missing", in workTabExists() 143 waitForLauncherCondition("Work tab is missing", in workTabExists() 163 waitForLauncherCondition("work profile initial state check failed", launcher -> in toggleWorks() 176 waitForLauncherCondition("Work profile toggle OFF failed", launcher -> { in toggleWorks() 191 waitForLauncherCondition("Work profile toggle ON failed", launcher -> { in toggleWorks() 213 waitForLauncherCondition(message, l -> { in waitForWorkCard()
|
D | AbstractLauncherUiTest.java | 229 test.waitForLauncherCondition("Launcher didn't start", Objects::nonNull); in initialize() 454 waitForLauncherCondition(message, in waitForState() 461 waitForLauncherCondition(message, in waitForStateTransitionToEnd() 467 waitForLauncherCondition(message, launcher -> launcher.hasBeenResumed()); in waitForResumed() 472 protected void waitForLauncherCondition(String in waitForLauncherCondition() method in AbstractLauncherUiTest 474 waitForLauncherCondition(message, condition, DEFAULT_ACTIVITY_TIMEOUT); in waitForLauncherCondition() 485 protected void waitForLauncherCondition( in waitForLauncherCondition() method in AbstractLauncherUiTest 508 protected void waitForLauncherCondition( in waitForLauncherCondition() method in AbstractLauncherUiTest 648 waitForLauncherCondition( in closeLauncherActivity()
|
D | PortraitLandscapeRunner.java | 51 mTest.waitForLauncherCondition("Launcher activity wasn't created", in apply()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/ |
D | TaplKeyboardFocusTest.java | 66 waitForLauncherCondition("Search view does not have focus.", in testAllAppsExitSearchAndFocusApp() 85 waitForLauncherCondition("Search view does not have focus.", in testAllAppsExitSearchAndFocusSearchResults() 89 waitForLauncherCondition("Search view not active.", in testAllAppsExitSearchAndFocusSearchResults() 96 waitForLauncherCondition("Keyboard still visible.", in testAllAppsExitSearchAndFocusSearchResults() 101 waitForLauncherCondition("No focused child", launcher -> in testAllAppsExitSearchAndFocusSearchResults()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/compat/ |
D | TaplPromiseIconUiTest.java | 71 waitForLauncherCondition("Launcher didn't start", launcher -> launcher != null); in setUp() 107 waitForLauncherCondition("Test Promise App not found on workspace", launcher -> in testPromiseIcon_addedFromEligibleSession() 115 waitForLauncherCondition("Test Promise App not removed from workspace", launcher -> in testPromiseIcon_addedFromEligibleSession() 133 waitForLauncherCondition("Test Promise App not found on workspace", launcher -> in testPromiseIcon_notAddedFromIneligibleSession() 154 waitForLauncherCondition( in testPromiseIcon_addedArchivedApp()
|
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
D | TaplPrivateSpaceTest.java | 63 waitForLauncherCondition("Launcher didn't start", Objects::nonNull); in setUp() 215 waitForLauncherCondition("Private profile toggle to state: " + state + " failed", in togglePrivateSpace() 245 waitForLauncherCondition("Private Profile not setup", in waitForPrivateSpaceSetup() 251 waitForLauncherCondition("Private Profile not setup", in waitForPrivateSpaceRemoval()
|
D | TaplDigitalWellBeingToastTest.java | 69 waitForLauncherCondition("Toast is not visible", launcher -> toast.hasLimit()); in testToast()
|
D | TaplTestsQuickstep.java | 321 waitForLauncherCondition("Launcher shouldn't stay in resume forever", in quickSwitchToPreviousAppAndAssert()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/ |
D | TaplAddWidgetTest.java | 60 waitForLauncherCondition("Workspace didn't finish loading", l -> !l.isWorkspaceLoading()); in testDragIcon() 111 waitForLauncherCondition("Workspace didn't finish loading", l -> !l.isWorkspaceLoading()); in testResizeWidget()
|
D | TaplWidgetPickerTest.java | 83 waitForLauncherCondition("Widgets were not closed", in testWidgets()
|
D | TaplBindWidgetTest.java | 176 waitForLauncherCondition("App widget options did not update", in testPendingWidget_withConfigScreen()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/ |
D | TaplReorderWidgetsTest.java | 177 waitForLauncherCondition("Workspace didn't finish loading", l -> !l.isWorkspaceLoading()); in runTestCase()
|