Searched refs:APP_LAUNCH_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
39 private static final int APP_LAUNCH_TIMEOUT = 10000; field in CommonLauncherHelper171 if (!mDevice.findObject(app).clickAndWait(Until.newWindow(), APP_LAUNCH_TIMEOUT)) { in launchApp()180 By.pkg(packageName).depth(0)), APP_LAUNCH_TIMEOUT); in launchApp()
35 private static final int APP_LAUNCH_TIMEOUT = 10000; field in LeanbackLauncherStrategy407 By.pkg(packageName).depth(0)), APP_LAUNCH_TIMEOUT); in launchApp()