Searched refs:verifyLayoutCall (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/print/src/android/print/cts/ |
D | PrintDocumentAdapterContractTest.java | 157 verifyLayoutCall(inOrder, adapter, firstOldAttributes, firstNewAttributes, true); in noPrintOptionsOrPrinterChange() 176 verifyLayoutCall(inOrder, adapter, secondOldAttributes, secondNewAttributes, true); in noPrintOptionsOrPrinterChange() 179 verifyLayoutCall(inOrder, adapter, secondNewAttributes, secondNewAttributes, false); in noPrintOptionsOrPrinterChange() 228 verifyLayoutCall(inOrder, adapter, firstOldAttributes, firstNewAttributes, true); in noPrintOptionsOrPrinterChangeCanceled() 484 verifyLayoutCall(inOrder, adapter, firstOldAttributes, firstNewAttributes, true); in printOptionsChangeAndNoPrinterChange() 503 verifyLayoutCall(inOrder, adapter, secondOldAttributes, secondNewAttributes, true); in printOptionsChangeAndNoPrinterChange() 516 verifyLayoutCall(inOrder, adapter, thirdOldAttributes, thirdNewAttributes, true); in printOptionsChangeAndNoPrinterChange() 529 verifyLayoutCall(inOrder, adapter, fourthOldAttributes, fourthNewAttributes, true); in printOptionsChangeAndNoPrinterChange() 542 verifyLayoutCall(inOrder, adapter, fifthOldAttributes, fifthNewAttributes, true); in printOptionsChangeAndNoPrinterChange() 555 verifyLayoutCall(inOrder, adapter, sixthOldAttributes, sixthNewAttributes, true); in printOptionsChangeAndNoPrinterChange() [all …]
|
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/ |
D | BasePrintTest.java | 670 protected void verifyLayoutCall(InOrder inOrder, PrintDocumentAdapter mock, in verifyLayoutCall() method in BasePrintTest
|