Searched refs:RUN_EVENT_LABEL (Results 1 – 2 of 2) sorted by relevance
84 static final int RUN_EVENT_LABEL = 7; field in StatsdListener115 if (!logStart(RUN_EVENT_LABEL)) { in onTestRunStart()127 if (!logStop(RUN_EVENT_LABEL)) { in onTestRunEnd()
143 verify(mListener, times(1)).logStart(eq(StatsdListener.RUN_EVENT_LABEL)); in testRunLevelCollection_statsdInteraction()146 verify(mListener, times(1)).logStop(eq(StatsdListener.RUN_EVENT_LABEL)); in testRunLevelCollection_statsdInteraction()