Searched refs:logStop (Results 1 – 2 of 2) sorted by relevance
120 if (!logStop(RUN_EVENT_LABEL)) { in onTestRunEnd()152 if (!logStop(TEST_EVENT_LABEL)) { in onTestEnd()458 protected boolean logStop(int label) { in logStop() method in StatsdListener459 return StatsLog.logStop(label); in logStop()
102 doReturn(true).when(mListener).logStop(anyInt()); in setUp()126 verify(mListener, times(1)).logStop(eq(StatsdListener.RUN_EVENT_LABEL)); in testRunLevelCollection_statsdInteraction()213 verify(mListener, times(1)).logStop(eq(StatsdListener.TEST_EVENT_LABEL)); in testTestLevelCollection_statsdInteraction()