Home
last modified time | relevance | path

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

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DCommonLauncherHelper.java75 int attempts = 0; in scrollBackToBeginning() local
77 attempts++; in scrollBackToBeginning()
78 if (attempts > maxAttempts) { in scrollBackToBeginning()
156 int attempts = 0; in launchApp() local
158 attempts++; in launchApp()
159 if (attempts > maxScrollAttempts) { in launchApp()
DLeanbackLauncherStrategy.java347 int attempts = 0; in launchApp() local
348 while (attempts++ < maxScrollAttempts) { in launchApp()
394 if (attempts == maxScrollAttempts) { in launchApp()
/platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/
DAbstractLeanbackAppHelper.java97 int attempts = 0; in openSidePanel() local
99 && attempts++ < OPEN_SIDE_PANEL_MAX_ATTEMPTS) { in openSidePanel()
102 if (attempts == OPEN_SIDE_PANEL_MAX_ATTEMPTS) { in openSidePanel()
/platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
DWirelessNetworkSettingsTests.java649 for (int attempts = 0; attempts < MAX_ADD_NETWORK_BUTTON_ATTEMPTS; ++attempts) { in loadAddNetworkMenu()
749 for (int attempts = 0; found == null && attempts < MAX_SCROLL_ATTEMPTS; ++attempts) { in scrollToObject()