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()
59 FileUpdaterTestable(Context context, Looper looper, int maxRetries, int retryIntervalMs) { in FileUpdaterTestable() argument60 super(context, looper, maxRetries, retryIntervalMs); in FileUpdaterTestable()