Searched refs:newAttributes (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/print/src/android/print/cts/ |
D | CustomPrintOptionsTest.java | 298 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()
|
D | BasePrintTest.java | 614 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/ |
D | WebViewTest.java | 2582 final PrintAttributes oldAttributes, final PrintAttributes newAttributes, 2587 adapter.onLayout(oldAttributes, newAttributes, new CancellationSignal(),
|