Searched refs:newAttributes (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/print/src/android/print/cts/ |
D | CustomPrintOptionsTest.java | 300 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/ |
D | PrintingTest.java | 67 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
|
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/ |
D | BasePrintTest.java | 671 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/ |
D | WebViewTest.java | 2693 final PrintAttributes newAttributes, in printDocumentLayout() argument 2699 newAttributes, in printDocumentLayout()
|