Searched refs:DEFAULT_UI_TIMEOUT (Results 1 – 5 of 5) sorted by relevance
91 public static final long DEFAULT_UI_TIMEOUT = 60000; // b/136278866 field in AbstractLauncherUiTest374 mDevice.wait(Until.hasObject(selector), DEFAULT_UI_TIMEOUT)); in startIntent()392 "Launcher still active", launcher -> launcher == null, DEFAULT_UI_TIMEOUT); in closeLauncherActivity()
94 mLauncher.getWorkspace().tryGetWidget(info.label, DEFAULT_UI_TIMEOUT) != null); in testCustomProfileLoaded_with_widget()
131 DEFAULT_UI_TIMEOUT)); in testOverview()277 DEFAULT_UI_TIMEOUT); in isTestActivityRunning()
278 mLauncher.getWorkspace().tryGetWidget(info.label, DEFAULT_UI_TIMEOUT) != null); in verifyWidgetPresent()283 mLauncher.getWorkspace().tryGetPendingWidget(DEFAULT_UI_TIMEOUT) != null); in verifyPendingWidgetPresent()
68 DEFAULT_UI_TIMEOUT); in testDragIcon()