Home
last modified time | relevance | path

Searched refs:incrementDownloadRetryCount (Results 1 – 1 of 1) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/download/
H A DDownloadManagerService.java955 incrementDownloadRetryCount(item.getId(), true); in resumeDownload()
967 incrementDownloadRetryCount(item.getId(), false); in resumeDownload()
1678 private void incrementDownloadRetryCount(String downloadGuid, boolean hasUserGesture) { in incrementDownloadRetryCount() method in DownloadManagerService