Searched refs:logStart (Results 1 – 2 of 2) sorted by relevance
108 if (!logStart(RUN_EVENT_LABEL)) { in onTestRunStart()140 if (!logStart(TEST_EVENT_LABEL)) { in onTestStart()448 protected boolean logStart(int label) { in logStart() method in StatsdListener449 return StatsLog.logStart(label); in logStart()
101 doReturn(true).when(mListener).logStart(anyInt()); in setUp()123 verify(mListener, times(1)).logStart(eq(StatsdListener.RUN_EVENT_LABEL)); in testRunLevelCollection_statsdInteraction()210 verify(mListener, times(1)).logStart(eq(StatsdListener.TEST_EVENT_LABEL)); in testTestLevelCollection_statsdInteraction()