Home
last modified time | relevance | path

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

/platform_testing/libraries/device-collectors/src/test/platform/android/device/collectors/
DStatsdListenerTest.java174 StatsdListener.REPORT_PATH_RUN_LEVEL) in testRunLevelCollection_metrics()
186 StatsdListener.REPORT_PATH_RUN_LEVEL) in testRunLevelCollection_metrics()
196 StatsdListener.REPORT_PATH_RUN_LEVEL) in testRunLevelCollection_metrics()
208 StatsdListener.REPORT_PATH_RUN_LEVEL) in testRunLevelCollection_metrics()
465 StatsdListener.REPORT_PATH_RUN_LEVEL) in testRunAndTestLevelCollection()
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DStatsdListener.java77 static final String REPORT_PATH_RUN_LEVEL = "run-level"; field in StatsdListener
141 mRunLevelConfigIds, Paths.get(REPORT_PATH_ROOT, REPORT_PATH_RUN_LEVEL), ""); in onTestRunEnd()