Home
last modified time | relevance | path

Searched refs:MAX_RETRIES (Results 1 – 5 of 5) sorted by relevance

/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/internal/
DParcelCallSender.java38 private static final int MAX_RETRIES = 10; field in ParcelCallSender
147 prepareCallAndRetry(callIdentifier, blockIdentifier, bytes.length, block, MAX_RETRIES); in makeParcelCall()
155 byte[] returnBytes = callAndRetry(callIdentifier, blockIdentifier, bytes, MAX_RETRIES); in makeParcelCall()
215 byte[] bytes = fetchResponseAndRetry(callId, block, MAX_RETRIES); in fetchReturnBytes()
/external/openscreen/platform/impl/
Dnetwork_interface_win.cc21 constexpr int MAX_RETRIES = 5; in GetAllInterfaces() local
23 for (int i = 0; i < MAX_RETRIES; ++i) { in GetAllInterfaces()
/external/linux-kselftest/tools/testing/selftests/livepatch/
Dfunctions.sh7 MAX_RETRIES=600
92 [[ $((i++)) -eq $MAX_RETRIES ]] && return 1
/external/autotest/server/cros/ap_configurators/
Dap_batch_locker.py19 MAX_RETRIES = 3 variable
99 def __init__(self, lock_manager, ap_spec, retries=MAX_RETRIES,
/external/autotest/server/cros/clique_lib/
Dclique_dut_locker.py20 MAX_RETRIES = 3 variable
112 def __init__(self, lock_manager, dut_pool_spec, retries=MAX_RETRIES):