Searched refs:tries (Results 1 – 4 of 4) sorted by relevance
83 int tries = 3; // retries in runScanner() local84 while (tries-- > 0) { in runScanner()124 for (int tries = 0; tries < 2; tries++) { in setAccessibilityScannerSetting()130 } else if (tries == 1) { in setAccessibilityScannerSetting()284 int tries = 2; in moveScannerCheckButton() local285 while (tries-- > 0) { in moveScannerCheckButton()390 int tries = 2; // retries in getNumberOfSuggestions() local391 while (tries-- > 0) { in getNumberOfSuggestions()421 int tries = 3; in getShareApp() local422 while (!mDevice.hasObject(By.text(appName)) && tries-- > 0) { in getShareApp()
157 int tries = 3; in clearRecentsByClearAll() local159 Pattern.compile("CLEAR ALL", Pattern.CASE_INSENSITIVE))) && tries-- > 0) { in clearRecentsByClearAll()
115 for (int tries = 3; tries-- > 0;) { in checkNotificationExistence()
205 for (int tries = 3; tries-- > 0;) { in checkNotificationExistence()