Home
last modified time | relevance | path

Searched refs:RUN_EVENT_LABEL (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DStatsdListener.java84 static final int RUN_EVENT_LABEL = 7; field in StatsdListener
115 if (!logStart(RUN_EVENT_LABEL)) { in onTestRunStart()
127 if (!logStop(RUN_EVENT_LABEL)) { in onTestRunEnd()
/platform_testing/libraries/device-collectors/src/test/platform/android/device/collectors/
DStatsdListenerTest.java143 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()