Home
last modified time | relevance | path

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

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DCommonLauncherHelper.java147 String packageName, int maxScrollAttempts) { in launchApp() argument
167 if (attempts > maxScrollAttempts) { in launchApp()
170 + maxScrollAttempts); in launchApp()
DLeanbackLauncherStrategy.java375 String packageName, boolean isGame, int maxScrollAttempts) { in launchApp() argument
395 while (attempts++ < maxScrollAttempts) { in launchApp()
447 if (attempts == maxScrollAttempts) { in launchApp()
449 "scrollBackToBeginning: exceeded max attempts: " + maxScrollAttempts); in launchApp()
DTvLauncherStrategy.java592 final int maxScrollAttempts = 20;
597 while (attempts++ < maxScrollAttempts) {