Home
last modified time | relevance | path

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

/cts/tests/tests/print/src/android/print/cts/
DCustomPrintOptionsTest.java298 PrintAttributes newAttributes = newAttributesBuilder.build(); in testCase() local
299 Log.i(LOG_TAG, "Change to attributes: " + newAttributes + ", copies: " + numCopies + in testCase()
326 !layoutAttributes[0].equals(newAttributes)) { in testCase()
331 "Print attributes did not change to " + newAttributes + " in " + in testCase()
DBasePrintTest.java614 PrintAttributes oldAttributes, PrintAttributes newAttributes, in verifyLayoutCall() argument
616 inOrder.verify(mock).onLayout(eq(oldAttributes), eq(newAttributes), in verifyLayoutCall()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2582 final PrintAttributes oldAttributes, final PrintAttributes newAttributes,
2587 adapter.onLayout(oldAttributes, newAttributes, new CancellationSignal(),