Searched refs:RUN_EVENT_LABEL (Results 1 – 2 of 2) sorted by relevance
91 static final int RUN_EVENT_LABEL = 7; field in StatsdListener122 if (!logStart(RUN_EVENT_LABEL)) { in onTestRunStart()134 if (!logStop(RUN_EVENT_LABEL)) { in onTestRunEnd()
145 verify(mListener, times(1)).logStart(eq(StatsdListener.RUN_EVENT_LABEL)); in testRunLevelCollection_statsdInteraction()148 verify(mListener, times(1)).logStop(eq(StatsdListener.RUN_EVENT_LABEL)); in testRunLevelCollection_statsdInteraction()