Home
last modified time | relevance | path

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

/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadThread.java326 if (isStatusRetryable(mInfoDelta.mStatus)) { in run()
899 public static boolean isStatusRetryable(int status) { in isStatusRetryable() method in DownloadThread