Searched defs:getDuplexMode (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/print/
H A DPrintAttributes.java235 public @IntRange(from = 0) int getDuplexMode() { method in class:PrintAttributes
288 attributes.setDuplexMode(getDuplexMode());
326 attributes.setDuplexMode(getDuplexMode());
/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java471 public int getDuplexMode() { method in class:ServiceState
895 .append(", duplexMode()=").append(getDuplexMode())

Completed in 14 milliseconds