Home
last modified time | relevance | path

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

/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()
720 PrintAttributes oldAttributes = (PrintAttributes) invocation.getArguments()[0]; in createDefaultPrintDocumentAdapter()
728 !Objects.equals(oldAttributes, printAttributes[0])); in createDefaultPrintDocumentAdapter()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DPrintingTest.java67 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2692 final PrintAttributes oldAttributes, in printDocumentLayout() argument
2698 oldAttributes, in printDocumentLayout()