Home
last modified time | relevance | path

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

/platform_testing/libraries/device-collectors/src/test/platform/android/device/collectors/
DStatsdListenerTest.java151 StatsdListener.REPORT_PATH_ROOT, in testRunLevelCollection_metrics()
163 StatsdListener.REPORT_PATH_ROOT, in testRunLevelCollection_metrics()
173 StatsdListener.REPORT_PATH_ROOT, in testRunLevelCollection_metrics()
185 StatsdListener.REPORT_PATH_ROOT, in testRunLevelCollection_metrics()
243 StatsdListener.REPORT_PATH_ROOT, in testTestLevelCollection_metrics()
257 StatsdListener.REPORT_PATH_ROOT, in testTestLevelCollection_metrics()
269 StatsdListener.REPORT_PATH_ROOT, in testTestLevelCollection_metrics()
283 StatsdListener.REPORT_PATH_ROOT, in testTestLevelCollection_metrics()
318 StatsdListener.REPORT_PATH_ROOT, in testTestLevelCollection_multipleTests()
337 StatsdListener.REPORT_PATH_ROOT, in testTestLevelCollection_multipleTests()
[all …]
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DStatsdListener.java65 static final String REPORT_PATH_ROOT = "statsd-reports"; field in StatsdListener
127 mRunLevelConfigIds, Paths.get(REPORT_PATH_ROOT, REPORT_PATH_RUN_LEVEL), ""); in onTestRunEnd()
160 Paths.get(REPORT_PATH_ROOT, REPORT_PATH_TEST_LEVEL), in onTestEnd()