Searched refs:MAX_RETRIES (Results 1 – 5 of 5) sorted by relevance
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/internal/ |
D | ParcelCallSender.java | 38 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/ |
D | network_interface_win.cc | 21 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/ |
D | functions.sh | 7 MAX_RETRIES=600 92 [[ $((i++)) -eq $MAX_RETRIES ]] && return 1
|
/external/autotest/server/cros/ap_configurators/ |
D | ap_batch_locker.py | 19 MAX_RETRIES = 3 variable 99 def __init__(self, lock_manager, ap_spec, retries=MAX_RETRIES,
|
/external/autotest/server/cros/clique_lib/ |
D | clique_dut_locker.py | 20 MAX_RETRIES = 3 variable 112 def __init__(self, lock_manager, dut_pool_spec, retries=MAX_RETRIES):
|