Searched refs:CallCounter (Results 1 – 1 of 1) sorted by relevance
105 private CallCounter mCancelOperationCounter;106 private CallCounter mLayoutCallCounter;107 private CallCounter mWriteCallCounter;108 private CallCounter mFinishCallCounter;109 private CallCounter mPrintJobQueuedCallCounter;110 private CallCounter mCreateSessionCallCounter;111 private CallCounter mDestroySessionCallCounter;112 private static CallCounter sDestroyActivityCallCounter = new CallCounter();113 private static CallCounter sCreateActivityCallCounter = new CallCounter();197 mCancelOperationCounter = new CallCounter(); in setUp()[all …]