Searched refs:VALID_DUPLEX_MODES (Results 1 – 1 of 1) sorted by relevance
55 private static final int VALID_DUPLEX_MODES = field in PrintAttributes1354 if ((duplexMode & VALID_DUPLEX_MODES) == 0 || Integer.bitCount(duplexMode) != 1) { in enforceValidDuplexMode()