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

  /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);
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.h 33 STATUS_UNAVAILABLE, // Currently unavailable but might work again later
sandbox_bpf.cc 446 status_ = STATUS_UNAVAILABLE;
451 if (status_ == STATUS_UNAVAILABLE && IsSingleThreaded(proc_fd)) {
452 // All state transitions resulting in STATUS_UNAVAILABLE are immediately
457 // STATUS_UNAVAILABLE state, it is safe to assume that sandboxing is
484 status_ = STATUS_UNAVAILABLE;
514 if (status_ == STATUS_UNSUPPORTED || status_ == STATUS_UNAVAILABLE) {
    [all...]
  /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/ui/
PrintActivity.java     [all...]
SelectPrinterActivity.java 194 if (printer.getStatus() != PrinterInfo.STATUS_UNAVAILABLE) {
580 return printer.getStatus() != PrinterInfo.STATUS_UNAVAILABLE;
FusedPrintersProvider.java 702 PrinterInfo.STATUS_UNAVAILABLE));
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 167 milliseconds