Searched defs:DISABLED_SERVICES (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/print/
H A DPrintManager.java137 public static final int DISABLED_SERVICES = 1 << 1; field in class:PrintManager
145 public static final int ALL_SERVICES = ENABLED_SERVICES | DISABLED_SERVICES;
624 * {@link #ENABLED_SERVICES},{@link #DISABLED_SERVICES}, or both.

Completed in 110 milliseconds