Searched refs:msBefore (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/print/src/android/print/cts/ |
D | PrinterCapabilitiesTest.java | 176 final PrinterId[] printerId, final boolean availBefore, final MediaSize msBefore, in testCase() argument 182 Log.i(LOG_TAG, "Test case: " + availBefore + ", " + msBefore + " -> " + availAfter + ", " in testCase() 238 changeCapabilities(session[0], printerId[0], msBefore, availBefore); in testCase() 239 if (availBefore && msBefore != null) { in testCase() 240 waitForMediaSizeChange(layoutAttributes, msBefore); in testCase() 241 waitForMediaSizeChange(writeAttributes, msBefore); in testCase()
|