Home
last modified time | relevance | path

Searched refs:APP_LAUNCH_TIMEOUT (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DAutoLauncherStrategy.java48 private static final long APP_LAUNCH_TIMEOUT = 10000; field in AutoLauncherStrategy
158 UiObject2 appSwitch = mDevice.wait(Until.findObject(APP_SWITCH), APP_LAUNCH_TIMEOUT); in openMediaFacet()
175 waitUntilAppOpen("Radio", APP_LAUNCH_TIMEOUT); in openMediaFacet()
177 waitUntilAppOpen("Media", APP_LAUNCH_TIMEOUT); in openMediaFacet()
233 waitUntilAppOpen(facetName, APP_LAUNCH_TIMEOUT); in openFacet()
236 waitUntilOneOfTheAppOpen(Arrays.asList("Radio", "Media"), APP_LAUNCH_TIMEOUT); in openFacet()
251 waitUntilAppOpen("Settings", APP_LAUNCH_TIMEOUT); in openQuickSettings()
318 hvac.clickAndWait(Until.newWindow(), APP_LAUNCH_TIMEOUT); in clickHvac() local
336 app.clickAndWait(Until.newWindow(), APP_LAUNCH_TIMEOUT); in openApp() local
348 app.clickAndWait(Until.newWindow(), APP_LAUNCH_TIMEOUT); in openBluetoothAudioApp() local
DCommonLauncherHelper.java43 private static final int APP_LAUNCH_TIMEOUT = 10000; field in CommonLauncherHelper
179 if (!mDevice.findObject(app).clickAndWait(Until.newWindow(), APP_LAUNCH_TIMEOUT)) { in launchApp()
221 By.pkg(packageName).depth(0)), APP_LAUNCH_TIMEOUT); in verifyAppStart()
DLeanbackLauncherStrategy.java44 private static final int APP_LAUNCH_TIMEOUT = 10000; field in LeanbackLauncherStrategy
455 if (!mDevice.wait(Until.hasObject(By.pkg(packageName).depth(0)), APP_LAUNCH_TIMEOUT)) { in launchApp()
464 By.pkg(packageName).depth(0)), APP_LAUNCH_TIMEOUT); in launchApp()
502 return mDPadUtil.pressDPadCenterAndWait(Until.newWindow(), APP_LAUNCH_TIMEOUT); in launchNotification()
701 mDPadUtil.pressDPadCenterAndWait(Until.newWindow(), APP_LAUNCH_TIMEOUT); in selectRestrictedProfile() local