Searched refs:newAttributes (Results 1 – 3 of 3) sorted by relevance
300 PrintAttributes newAttributes = newAttributesBuilder.build(); in testCase() local301 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()
65 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onStart()
671 PrintAttributes oldAttributes, PrintAttributes newAttributes, in verifyLayoutCall() argument673 inOrder.verify(mock).onLayout(eq(oldAttributes), eq(newAttributes), in verifyLayoutCall()