Home | History | Annotate | Download | only in app

Lines Matching refs:STATUS_FAILED

121      * 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;
872 if ((mStatusFlags & STATUS_FAILED) != 0) {
1105 if (status != STATUS_SUCCESSFUL && status != STATUS_FAILED) {
1337 case STATUS_FAILED:
1421 return STATUS_FAILED;