Searched refs:maxScrollAttempts (Results 1 – 3 of 3) sorted by relevance
147 String packageName, int maxScrollAttempts) { in launchApp() argument167 if (attempts > maxScrollAttempts) { in launchApp()170 + maxScrollAttempts); in launchApp()
394 String packageName, boolean isGame, int maxScrollAttempts) { in launchApp() argument414 while (attempts++ < maxScrollAttempts) { in launchApp()466 if (attempts == maxScrollAttempts) { in launchApp()468 "scrollBackToBeginning: exceeded max attempts: " + maxScrollAttempts); in launchApp()
604 final int maxScrollAttempts = 20;609 while (attempts++ < maxScrollAttempts) {