Searched refs:maxScrollAttempts (Results 1 – 2 of 2) sorted by relevance
139 String packageName, int maxScrollAttempts) { in launchApp() argument159 if (attempts > maxScrollAttempts) { in launchApp()162 + maxScrollAttempts); in launchApp()
334 String packageName, int maxScrollAttempts) { in launchApp() argument348 while (attempts++ < maxScrollAttempts) { in launchApp()394 if (attempts == maxScrollAttempts) { in launchApp()396 "scrollBackToBeginning: exceeded max attempts: " + maxScrollAttempts); in launchApp()