Home
last modified time | relevance | path

Searched refs:attempts (Results 1 – 8 of 8) sorted by relevance

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper2/
DCommonLauncherHelper.java91 int attempts = 0; in scrollBackToBeginning() local
93 attempts++; in scrollBackToBeginning()
94 if (attempts > maxAttempts) { in scrollBackToBeginning()
181 int attempts = 0; in launchApp() local
183 attempts++; in launchApp()
184 if (attempts > maxScrollAttempts) { in launchApp()
DLeanbackLauncherStrategy.java375 int attempts = 0; in launchApp() local
376 while (attempts++ < maxScrollAttempts) { in launchApp()
428 if (attempts == maxScrollAttempts) { in launchApp()
DTvLauncherStrategy.java575 int attempts = 0;
578 while (attempts++ < maxScrollAttempts) {
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DCommonLauncherHelper.java87 int attempts = 0; in scrollBackToBeginning() local
89 attempts++; in scrollBackToBeginning()
90 if (attempts > maxAttempts) { in scrollBackToBeginning()
172 int attempts = 0; in launchApp() local
174 attempts++; in launchApp()
175 if (attempts > maxScrollAttempts) { in launchApp()
DLeanbackLauncherStrategy.java413 int attempts = 0; in launchApp() local
414 while (attempts++ < maxScrollAttempts) { in launchApp()
466 if (attempts == maxScrollAttempts) { in launchApp()
DTvLauncherStrategy.java606 int attempts = 0;
609 while (attempts++ < maxScrollAttempts) {
/platform_testing/libraries/app-helpers/interfaces/tv/src/android/platform/helpers/
DAbstractLeanbackAppHelper.java203 int attempts = 0; in openBrowseHeaders() local
205 && attempts++ < OPEN_SIDE_PANEL_MAX_ATTEMPTS) { in openBrowseHeaders()
208 if (attempts == OPEN_SIDE_PANEL_MAX_ATTEMPTS) { in openBrowseHeaders()
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/tradefed/testtype/
DSecurityTestCase.java364 int attempts = 5; in getDeviceUptime() local
366 if (attempts-- <= 0) { in getDeviceUptime()