Home
last modified time | relevance | path

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

/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DStatsdListener.java80 static final int TEST_EVENT_LABEL = 11; field in StatsdListener
140 if (!logStart(TEST_EVENT_LABEL)) { in onTestStart()
152 if (!logStop(TEST_EVENT_LABEL)) { in onTestEnd()
/platform_testing/libraries/device-collectors/src/test/platform/android/device/collectors/
DStatsdListenerTest.java210 verify(mListener, times(1)).logStart(eq(StatsdListener.TEST_EVENT_LABEL)); in testTestLevelCollection_statsdInteraction()
213 verify(mListener, times(1)).logStop(eq(StatsdListener.TEST_EVENT_LABEL)); in testTestLevelCollection_statsdInteraction()