Home
last modified time | relevance | path

Searched refs:duplexModeToString (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/print/
DPrintAttributes.java395 builder.append(", duplexMode: ").append(duplexModeToString(mDuplexMode)); in toString()
1330 static String duplexModeToString(int duplexMode) { in duplexModeToString() method in PrintAttributes
DPrinterCapabilitiesInfo.java330 builder.append(PrintAttributes.duplexModeToString(duplexMode)); in duplexModesToString()