Searched refs:logStart (Results 1 – 2 of 2) sorted by relevance
115 if (!logStart(RUN_EVENT_LABEL)) { in onTestRunStart()147 if (!logStart(TEST_EVENT_LABEL)) { in onTestStart()475 protected boolean logStart(int label) { in logStart() method in StatsdListener476 return StatsLog.logStart(label); in logStart()
121 doReturn(true).when(mListener).logStart(anyInt()); in setUp()143 verify(mListener, times(1)).logStart(eq(StatsdListener.RUN_EVENT_LABEL)); in testRunLevelCollection_statsdInteraction()230 verify(mListener, times(1)).logStart(eq(StatsdListener.TEST_EVENT_LABEL)); in testTestLevelCollection_statsdInteraction()