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 = 30000; field in AutoLauncherStrategy
166 Until.findObjects(APP_SWITCH), APP_LAUNCH_TIMEOUT); in openMediaFacet()
190 waitUntilAppOpen("Radio", APP_LAUNCH_TIMEOUT); in openMediaFacet()
192 waitUntilAppOpen("Media", APP_LAUNCH_TIMEOUT); in openMediaFacet()
246 waitUntilAppOpen(facetName, APP_LAUNCH_TIMEOUT); in openFacet()
249 waitUntilOneOfTheAppOpen(Arrays.asList("Radio", "Media"), APP_LAUNCH_TIMEOUT); in openFacet()
264 waitUntilAppOpen("Settings", APP_LAUNCH_TIMEOUT); in openQuickSettings()
331 hvac.clickAndWait(Until.newWindow(), APP_LAUNCH_TIMEOUT); in clickHvac() local
349 app.clickAndWait(Until.newWindow(), APP_LAUNCH_TIMEOUT); in openApp() local
361 app.clickAndWait(Until.newWindow(), APP_LAUNCH_TIMEOUT); in openBluetoothAudioApp() local
[all …]
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
474 if (!mDevice.wait(Until.hasObject(By.pkg(packageName).depth(0)), APP_LAUNCH_TIMEOUT)) { in launchApp()
483 By.pkg(packageName).depth(0)), APP_LAUNCH_TIMEOUT); in launchApp()
521 return mDPadUtil.pressDPadCenterAndWait(Until.newWindow(), APP_LAUNCH_TIMEOUT); in launchNotification()
720 mDPadUtil.pressDPadCenterAndWait(Until.newWindow(), APP_LAUNCH_TIMEOUT); in selectRestrictedProfile() local