Searched refs:maxRetries (Results 1 – 3 of 3) sorted by relevance
111 FileUpdater(Context context, Looper looper, int maxRetries, int retryIntervalMs) { in FileUpdater() argument115 MAX_RETRIES = maxRetries; in FileUpdater()
59 FileUpdaterTestable(Context context, Looper looper, int maxRetries, int retryIntervalMs) { in FileUpdaterTestable() argument60 super(context, looper, maxRetries, retryIntervalMs); in FileUpdaterTestable()
3060 const int maxRetries = use == AUDIO_UNIQUE_ID_USE_SESSION ? 3 : 1; in nextUniqueId() local3061 for (int retry = 0; retry < maxRetries; retry++) { in nextUniqueId()