HomeSort by relevance Sort by last modified time
    Searched refs:STATUS_PROCESSING (Results 1 - 3 of 3) sorted by null

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
MessageChangeLogTable.java 36 public static final int STATUS_PROCESSING = 1;
37 public static final String STATUS_PROCESSING_STRING = String.valueOf(STATUS_PROCESSING);
69 * - {@link #STATUS_NONE} -> {@link #STATUS_PROCESSING}
70 * - {@link #STATUS_PROCESSING} -> {@link #STATUS_FAILED}
74 * @return The number of change entries that are now in {@link #STATUS_PROCESSING}.
89 cv.put(STATUS, STATUS_PROCESSING);
94 * Query for all move records that are in {@link #STATUS_PROCESSING}.
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterFunction.java 76 if (mFilter.getStatus() != Filter.STATUS_PROCESSING) {
Filter.java 47 static final int STATUS_PROCESSING = 3;
454 mStatus = STATUS_PROCESSING;
456 if (mStatus != STATUS_PROCESSING) {
469 if (mStatus < STATUS_PROCESSING) {
501 if (mStatus <= STATUS_PROCESSING) {
530 if (mStatus == STATUS_PROCESSING || mStatus == STATUS_PREPARED) {

Completed in 81 milliseconds