Searched refs:verifyLayoutCall (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/print/src/android/print/cts/ |
D | PrintDocumentAdapterContractTest.java | 150 verifyLayoutCall(inOrder, adapter, firstOldAttributes, firstNewAttributes, true); in testNoPrintOptionsOrPrinterChange() 169 verifyLayoutCall(inOrder, adapter, secondOldAttributes, secondNewAttributes, true); in testNoPrintOptionsOrPrinterChange() 172 verifyLayoutCall(inOrder, adapter, secondNewAttributes, secondNewAttributes, false); in testNoPrintOptionsOrPrinterChange() 265 verifyLayoutCall(inOrder, adapter, firstOldAttributes, firstNewAttributes, true); in testNoPrintOptionsOrPrinterChangeCanceled() 396 verifyLayoutCall(inOrder, adapter, firstOldAttributes, firstNewAttributes, true); in testPrintOptionsChangeAndNoPrinterChange() 415 verifyLayoutCall(inOrder, adapter, secondOldAttributes, secondNewAttributes, true); in testPrintOptionsChangeAndNoPrinterChange() 428 verifyLayoutCall(inOrder, adapter, thirdOldAttributes, thirdNewAttributes, true); in testPrintOptionsChangeAndNoPrinterChange() 441 verifyLayoutCall(inOrder, adapter, fourthOldAttributes, fourthNewAttributes, true); in testPrintOptionsChangeAndNoPrinterChange() 454 verifyLayoutCall(inOrder, adapter, fifthOldAttributes, fifthNewAttributes, true); in testPrintOptionsChangeAndNoPrinterChange() 467 verifyLayoutCall(inOrder, adapter, sixthOldAttributes, sixthNewAttributes, true); in testPrintOptionsChangeAndNoPrinterChange() [all …]
|
D | BasePrintTest.java | 613 protected void verifyLayoutCall(InOrder inOrder, PrintDocumentAdapter mock, in verifyLayoutCall() method in BasePrintTest
|