Searched refs:REPORT_PATH_ROOT (Results 1 – 2 of 2) sorted by relevance
/platform_testing/libraries/device-collectors/src/test/platform/android/device/collectors/ |
D | StatsdListenerTest.java | 171 StatsdListener.REPORT_PATH_ROOT, in testRunLevelCollection_metrics() 183 StatsdListener.REPORT_PATH_ROOT, in testRunLevelCollection_metrics() 193 StatsdListener.REPORT_PATH_ROOT, in testRunLevelCollection_metrics() 205 StatsdListener.REPORT_PATH_ROOT, in testRunLevelCollection_metrics() 263 StatsdListener.REPORT_PATH_ROOT, in testTestLevelCollection_metrics() 277 StatsdListener.REPORT_PATH_ROOT, in testTestLevelCollection_metrics() 289 StatsdListener.REPORT_PATH_ROOT, in testTestLevelCollection_metrics() 303 StatsdListener.REPORT_PATH_ROOT, in testTestLevelCollection_metrics() 338 StatsdListener.REPORT_PATH_ROOT, in testTestLevelCollection_multipleTests() 357 StatsdListener.REPORT_PATH_ROOT, in testTestLevelCollection_multipleTests() [all …]
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/ |
D | StatsdListener.java | 70 static final String REPORT_PATH_ROOT = "statsd-reports"; field in StatsdListener 134 mRunLevelConfigIds, Paths.get(REPORT_PATH_ROOT, REPORT_PATH_RUN_LEVEL), ""); in onTestRunEnd() 167 Paths.get(REPORT_PATH_ROOT, REPORT_PATH_TEST_LEVEL), in onTestEnd()
|