Home
last modified time | relevance | path

Searched refs:retry (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/system-helpers/activity-helper/src/android/system/helpers/
DActivityHelper.java109 int retry = 5; in clearRecents() local
111 ONE_SECOND * 5) && --retry > 0) { in clearRecents()
141 int retry = 5; in clearRecentsByClearAll() local
143 ONE_SECOND * 5) && --retry > 0) { in clearRecentsByClearAll()
/platform_testing/libraries/flicker/appHelpers/src/android/tools/device/apphelpers/
DMapsAppHelper.kt136 for (retry in 0 until MAX_RETRY_TIMES) { in startSearch() constant
141 if (retry == 0) SEARCH_TIMEOUT_IN_MSECS else 0 in startSearch()