Searched refs:logStart (Results 1 – 2 of 2) sorted by relevance
122 if (!logStart(RUN_EVENT_LABEL)) { in onTestRunStart()154 if (!logStart(TEST_EVENT_LABEL)) { in onTestStart()533 protected boolean logStart(int label) { in logStart() method in StatsdListener534 return StatsLog.logStart(label); in logStart()
123 doReturn(true).when(mListener).logStart(anyInt()); in setUp()145 verify(mListener, times(1)).logStart(eq(StatsdListener.RUN_EVENT_LABEL)); in testRunLevelCollection_statsdInteraction()232 verify(mListener, times(1)).logStart(eq(StatsdListener.TEST_EVENT_LABEL)); in testTestLevelCollection_statsdInteraction()