Searched refs:logStop (Results 1 – 2 of 2) sorted by relevance
134 if (!logStop(RUN_EVENT_LABEL)) { in onTestRunEnd()166 if (!logStop(TEST_EVENT_LABEL)) { in onTestEnd()543 protected boolean logStop(int label) { in logStop() method in StatsdListener544 return StatsLog.logStop(label); in logStop()
124 doReturn(true).when(mListener).logStop(anyInt()); in setUp()148 verify(mListener, times(1)).logStop(eq(StatsdListener.RUN_EVENT_LABEL)); in testRunLevelCollection_statsdInteraction()235 verify(mListener, times(1)).logStop(eq(StatsdListener.TEST_EVENT_LABEL)); in testTestLevelCollection_statsdInteraction()