Searched refs:retryIntervalMs (Results 1 – 2 of 2) sorted by relevance
111 FileUpdater(Context context, Looper looper, int maxRetries, int retryIntervalMs) { in FileUpdater() argument116 RETRY_INTERVAL_MS = retryIntervalMs; in FileUpdater()
60 FileUpdaterTestable(Context context, Looper looper, int maxRetries, int retryIntervalMs) { in FileUpdaterTestable() argument61 super(context, looper, maxRetries, retryIntervalMs); in FileUpdaterTestable()