Home
last modified time | relevance | path

Searched defs: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
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
DLeanbackLauncherStrategy.java44 private static final int APP_LAUNCH_TIMEOUT = 10000; field in LeanbackLauncherStrategy
701 mDPadUtil.pressDPadCenterAndWait(Until.newWindow(), APP_LAUNCH_TIMEOUT); in selectRestrictedProfile() local