Home
last modified time | relevance | path

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

/cts/tests/tests/print/src/android/print/cts/
DCustomPrintOptionsTest.java75 private final PageRange[][] PAGESS = { DEFAULT_PAGES, new PageRange[] { new PageRange(1, 1) }, field in CustomPrintOptionsTest
102 return PAGESS[2]; in getPages()
106 return PAGESS[1]; in getPages()
109 return PAGESS[0]; in getPages()
394 testCase(false, 2, PAGESS[1], null, true, null, null, null); in changeToNonAttributes()
405 testCase(true, 2, PAGESS[1], null, true, null, null, null); in changeToNonAttributesNoCopy()
432 testCase(false, null, PAGESS[2], null, true, null, null, null); in changeToAllPages()
437 testCase(false, null, PAGESS[1], null, true, null, null, null); in changeToSomePages()