Searched refs:attempts (Results 1 – 8 of 8) sorted by relevance
91 int attempts = 0; in scrollBackToBeginning() local93 attempts++; in scrollBackToBeginning()94 if (attempts > maxAttempts) { in scrollBackToBeginning()181 int attempts = 0; in launchApp() local183 attempts++; in launchApp()184 if (attempts > maxScrollAttempts) { in launchApp()
375 int attempts = 0; in launchApp() local376 while (attempts++ < maxScrollAttempts) { in launchApp()428 if (attempts == maxScrollAttempts) { in launchApp()
575 int attempts = 0;578 while (attempts++ < maxScrollAttempts) {
87 int attempts = 0; in scrollBackToBeginning() local89 attempts++; in scrollBackToBeginning()90 if (attempts > maxAttempts) { in scrollBackToBeginning()172 int attempts = 0; in launchApp() local174 attempts++; in launchApp()175 if (attempts > maxScrollAttempts) { in launchApp()
413 int attempts = 0; in launchApp() local414 while (attempts++ < maxScrollAttempts) { in launchApp()466 if (attempts == maxScrollAttempts) { in launchApp()
606 int attempts = 0;609 while (attempts++ < maxScrollAttempts) {
203 int attempts = 0; in openBrowseHeaders() local205 && attempts++ < OPEN_SIDE_PANEL_MAX_ATTEMPTS) { in openBrowseHeaders()208 if (attempts == OPEN_SIDE_PANEL_MAX_ATTEMPTS) { in openBrowseHeaders()
364 int attempts = 5; in getDeviceUptime() local366 if (attempts-- <= 0) { in getDeviceUptime()