Home
last modified time | relevance | path

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

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DCommonLauncherHelper.java139 String packageName, int maxScrollAttempts) { in launchApp() argument
159 if (attempts > maxScrollAttempts) { in launchApp()
162 + maxScrollAttempts); in launchApp()
DLeanbackLauncherStrategy.java334 String packageName, int maxScrollAttempts) { in launchApp() argument
348 while (attempts++ < maxScrollAttempts) { in launchApp()
394 if (attempts == maxScrollAttempts) { in launchApp()
396 "scrollBackToBeginning: exceeded max attempts: " + maxScrollAttempts); in launchApp()