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

  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.h 49 STATUS_UNAVAILABLE, // Currently unavailable but might work again later
sandbox_bpf.cc 378 status_ = STATUS_UNAVAILABLE;
383 if (status_ == STATUS_UNAVAILABLE && IsSingleThreaded(proc_fd)) {
384 // All state transitions resulting in STATUS_UNAVAILABLE are immediately
389 // STATUS_UNAVAILABLE state, it is safe to assume that sandboxing is
416 status_ = STATUS_UNAVAILABLE;
427 if (status_ == STATUS_UNSUPPORTED || status_ == STATUS_UNAVAILABLE) {
    [all...]
  /frameworks/base/core/java/android/print/
PrinterInfo.java 40 public static final int STATUS_UNAVAILABLE = 3;
107 * @see #STATUS_UNAVAILABLE
265 * @see PrinterInfo#STATUS_UNAVAILABLE
319 || status == STATUS_UNAVAILABLE);
  /packages/experimental/PrintService/src/foo/bar/printservice/
MyPrintService.java 346 ? PrinterInfo.STATUS_UNAVAILABLE : PrinterInfo.STATUS_IDLE)
427 .setStatus(PrinterInfo.STATUS_UNAVAILABLE).build();
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
SelectPrinterFragment.java 206 if (printer.getStatus() != PrinterInfo.STATUS_UNAVAILABLE) {
577 return printer.getStatus() != PrinterInfo.STATUS_UNAVAILABLE;
PrintJobConfigActivity.java     [all...]
FusedPrintersProvider.java 672 PrinterInfo.STATUS_UNAVAILABLE));
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 271 milliseconds