Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/print/
DPrintAttributes.java394 builder.append(", colorMode: ").append(colorModeToString(mColorMode)); in toString()
1316 static String colorModeToString(int colorMode) { in colorModeToString() method in PrintAttributes
DPrinterCapabilitiesInfo.java314 builder.append(PrintAttributes.colorModeToString(colorMode)); in colorModesToString()