Searched defs:STATE_BLOCKED (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/print/
H A DPrintJobInfo.java48 STATE_CREATED, STATE_QUEUED, STATE_STARTED, STATE_BLOCKED, STATE_COMPLETED,
107 * {@link #STATE_CANCELED}, {@link #STATE_BLOCKED}
119 public static final int STATE_BLOCKED = 4; field in class:PrintJobInfo
348 * @see #STATE_BLOCKED
716 case STATE_BLOCKED: {
717 return "STATE_BLOCKED";

Completed in 60 milliseconds