Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java1864 final int selectedDuplexMode = defaultAttributes.getDuplexMode(); in updateOptionsUi() local
1868 if (selectedDuplexMode == item.value) { in updateOptionsUi()
1872 attributes.setDuplexMode(selectedDuplexMode); in updateOptionsUi()