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

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

Completed in 89 milliseconds