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.java313 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/
DPrintActivity.java65 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onStart()
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DBasePrintTest.java818 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/
DWebViewTest.java2693 final PrintAttributes oldAttributes, final PrintAttributes newAttributes, in printDocumentLayout() argument
2696 adapter.onLayout(oldAttributes, newAttributes, new CancellationSignal(), in printDocumentLayout()