Searched refs:maxRetries (Results 1 – 4 of 4) sorted by relevance
105 void setMaxRetries(int maxRetries) { in setMaxRetries() argument106 mMaxRetries = maxRetries; in setMaxRetries()335 int maxRetries = 1; in main() local358 maxRetries = atoi(&arg[2]); in main()377 victim.setMaxRetries(maxRetries); in main()378 thief.setMaxRetries(maxRetries); in main()
111 FileUpdater(Context context, Looper looper, int maxRetries, int retryIntervalMs) { in FileUpdater() argument115 MAX_RETRIES = maxRetries; in FileUpdater()
60 FileUpdaterTestable(Context context, Looper looper, int maxRetries, int retryIntervalMs) { in FileUpdaterTestable() argument61 super(context, looper, maxRetries, retryIntervalMs); in FileUpdaterTestable()
3234 const int maxRetries = use == AUDIO_UNIQUE_ID_USE_SESSION ? 3 : 1; in nextUniqueId() local3235 for (int retry = 0; retry < maxRetries; retry++) { in nextUniqueId()