Home
last modified time | relevance | path

Searched refs:mCallCount (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/print/src/android/print/cts/
DBasePrintTest.java734 private int mCallCount; field in BasePrintTest.CallCounter
738 mCallCount++; in call()
745 return mCallCount; in getCallCount()
751 mCallCount = 0; in reset()
758 while (mCallCount < count) { in waitForCount()