Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DConstants.java167 public static final int RETRY_FIRST_DELAY = 30; field in Constants
DDownloadInfo.java293 final long delay = (Constants.RETRY_FIRST_DELAY * DateUtils.SECOND_IN_MILLIS in getMinimumLatency()