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()
375 String packageName, boolean isGame, int maxScrollAttempts) { in launchApp() argument395 while (attempts++ < maxScrollAttempts) { in launchApp()447 if (attempts == maxScrollAttempts) { in launchApp()449 "scrollBackToBeginning: exceeded max attempts: " + maxScrollAttempts); in launchApp()
592 final int maxScrollAttempts = 20;597 while (attempts++ < maxScrollAttempts) {