Searched refs:newAttributes (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/print/src/android/print/cts/ |
D | CustomPrintOptionsTest.java | 313 PrintAttributes newAttributes = newAttributesBuilder.build(); in testCase() local 314 Log.i(LOG_TAG, "Change to attributes: " + newAttributes + ", copies: " + numCopies + in testCase() 342 !mLayoutAttributes.equals(newAttributes)) { in testCase() 347 "Print attributes did not change to " + newAttributes + " in " + in testCase()
|
/cts/hostsidetests/devicepolicy/app/PrintingApp/src/com/android/cts/devicepolicy/printingapp/ |
D | PrintActivity.java | 65 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onStart()
|
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/ |
D | BasePrintTest.java | 818 PrintAttributes oldAttributes, PrintAttributes newAttributes, in verifyLayoutCall() argument 820 inOrder.verify(mock).onLayout(eq(oldAttributes), eq(newAttributes), in verifyLayoutCall()
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | WebViewTest.java | 2693 final PrintAttributes oldAttributes, final PrintAttributes newAttributes, in printDocumentLayout() argument 2696 adapter.onLayout(oldAttributes, newAttributes, new CancellationSignal(), in printDocumentLayout()
|