Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java90 public static final long DEFAULT_UI_TIMEOUT = 10000; field in AbstractLauncherUiTest
341 mDevice.wait(Until.hasObject(By.pkg(packageName).depth(0)), DEFAULT_UI_TIMEOUT)); in startAppFast()
357 DEFAULT_UI_TIMEOUT)); in startTestActivity()
375 "Launcher still active", launcher -> launcher == null, DEFAULT_UI_TIMEOUT); in closeLauncherActivity()
DTestViewHelpers.java59 AbstractLauncherUiTest.DEFAULT_UI_TIMEOUT); in findViewById()
137 AbstractLauncherUiTest.DEFAULT_UI_TIMEOUT); in dragToWorkspace()
DDefaultLayoutProviderTest.java96 mLauncher.getWorkspace().tryGetWidget(info.label, DEFAULT_UI_TIMEOUT) != null); in testCustomProfileLoaded_with_widget()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
DBindWidgetTest.java276 mLauncher.getWorkspace().tryGetWidget(info.label, DEFAULT_UI_TIMEOUT) != null); in verifyWidgetPresent()
281 mLauncher.getWorkspace().tryGetPendingWidget(DEFAULT_UI_TIMEOUT) != null); in verifyPendingWidgetPresent()
DAddWidgetTest.java74 Wait.atMost(null, Condition.minChildCount(widgetContainer, 2), DEFAULT_UI_TIMEOUT); in performTest()
DAddConfigWidgetTest.java109 Wait.atMost(null, Condition.minChildCount(widgetContainer, 2), DEFAULT_UI_TIMEOUT); in runTest()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplTestsQuickstep.java130 DEFAULT_UI_TIMEOUT)); in testOverview()