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.java394 String packageName, boolean isGame, int maxScrollAttempts) { in launchApp() argument
414 while (attempts++ < maxScrollAttempts) { in launchApp()
466 if (attempts == maxScrollAttempts) { in launchApp()
468 "scrollBackToBeginning: exceeded max attempts: " + maxScrollAttempts); in launchApp()
DTvLauncherStrategy.java604 final int maxScrollAttempts = 20;
609 while (attempts++ < maxScrollAttempts) {