Searched defs:STATUS_FAILED (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DDownloadManager.java112 * When {@link #COLUMN_STATUS} is {@link #STATUS_FAILED}, this indicates the type of error that
119 * If {@link #COLUMN_STATUS} is neither {@link #STATUS_FAILED} nor {@link #STATUS_PAUSED}, this
168 public final static int STATUS_FAILED = 1 << 4; field in class:DownloadManager
676 if ((mStatusFlags & STATUS_FAILED) != 0) {
826 if (status != STATUS_SUCCESSFUL && status != STATUS_FAILED) {
1039 case STATUS_FAILED:
1131 return STATUS_FAILED;
/frameworks/base/core/java/android/provider/
H A DTelephony.java118 public static final int STATUS_FAILED = 64; field in interface:Telephony.TextBasedSmsColumns

Completed in 576 milliseconds