Searched refs:enforceValidColorMode (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/print/
H A DPrinterCapabilitiesInfo.java232 (currentMode) -> PrintAttributes.enforceValidColorMode(currentMode));
565 (currentMode) -> PrintAttributes.enforceValidColorMode(currentMode));
566 PrintAttributes.enforceValidColorMode(defaultColorMode);
H A DPrintAttributes.java98 enforceValidColorMode(mColorMode);
205 enforceValidColorMode(colorMode);
1373 static void enforceValidColorMode(int colorMode) { method in class:PrintAttributes

Completed in 64 milliseconds