Home
last modified time | relevance | path

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

/cts/tests/tests/print/src/android/print/cts/
DCustomPrintOptionsTest.java300 PrintAttributes newAttributes = newAttributesBuilder.build(); in testCase() local
301 Log.i(LOG_TAG, "Change to attributes: " + newAttributes + ", copies: " + numCopies + in testCase()
329 !mLayoutAttributes.equals(newAttributes)) { in testCase()
334 "Print attributes did not change to " + newAttributes + " in " + in testCase()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DPrintingTest.java67 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DBasePrintTest.java671 PrintAttributes oldAttributes, PrintAttributes newAttributes, in verifyLayoutCall() argument
673 inOrder.verify(mock).onLayout(eq(oldAttributes), eq(newAttributes), in verifyLayoutCall()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2693 final PrintAttributes newAttributes, in printDocumentLayout() argument
2699 newAttributes, in printDocumentLayout()