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

/frameworks/base/core/java/android/app/
H A DDownloadManager.java121 * When {@link #COLUMN_STATUS} is {@link #STATUS_FAILED}, this indicates the type of error that
128 * If {@link #COLUMN_STATUS} is neither {@link #STATUS_FAILED} nor {@link #STATUS_PAUSED}, this
182 public final static int STATUS_FAILED = 1 << 4; field in class:DownloadManager
872 if ((mStatusFlags & STATUS_FAILED) != 0) {
1109 if (status != STATUS_SUCCESSFUL && status != STATUS_FAILED) {
1341 case STATUS_FAILED:
1425 return STATUS_FAILED;
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java196 public static final int STATUS_FAILED = 64; field in interface:Telephony.TextBasedSmsColumns

Completed in 252 milliseconds