Searched refs:COLUMN_REASON (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerFunctionalTest.java84 verifyInt(cursor, DownloadManager.COLUMN_REASON, error);
401 verifyInt(cursor, DownloadManager.COLUMN_REASON,
/frameworks/base/core/java/android/app/
H A DDownloadManager.java134 public final static String COLUMN_REASON = "reason"; field in class:DownloadManager
191 * Value of {@link #COLUMN_REASON} when a storage issue arises which doesn't fit under any
198 * Value of {@link #COLUMN_REASON} when an HTTP code was received that download manager
204 * Value of {@link #COLUMN_REASON} when an error receiving or processing data occurred at
210 * Value of {@link #COLUMN_REASON} when there were too many redirects.
215 * Value of {@link #COLUMN_REASON} when there was insufficient storage space. Typically,
221 * Value of {@link #COLUMN_REASON} when no external storage device was found. Typically,
227 * Value of {@link #COLUMN_REASON} when some possibly transient error occurred but we can't
233 * Value of {@link #COLUMN_REASON} when the requested destination file already exists (the
239 * Value of {@link #COLUMN_REASON} whe
[all...]

Completed in 1159 milliseconds