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 | 173 StatsdListener.REPORT_PATH_ROOT, in testRunLevelCollection_metrics() 185 StatsdListener.REPORT_PATH_ROOT, in testRunLevelCollection_metrics() 195 StatsdListener.REPORT_PATH_ROOT, in testRunLevelCollection_metrics() 207 StatsdListener.REPORT_PATH_ROOT, in testRunLevelCollection_metrics() 265 StatsdListener.REPORT_PATH_ROOT, in testTestLevelCollection_metrics() 279 StatsdListener.REPORT_PATH_ROOT, in testTestLevelCollection_metrics() 291 StatsdListener.REPORT_PATH_ROOT, in testTestLevelCollection_metrics() 305 StatsdListener.REPORT_PATH_ROOT, in testTestLevelCollection_metrics() 340 StatsdListener.REPORT_PATH_ROOT, in testTestLevelCollection_multipleTests() 359 StatsdListener.REPORT_PATH_ROOT, in testTestLevelCollection_multipleTests() [all …]
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/ |
D | StatsdListener.java | 75 static final String REPORT_PATH_ROOT = "statsd-reports"; field in StatsdListener 141 mRunLevelConfigIds, Paths.get(REPORT_PATH_ROOT, REPORT_PATH_RUN_LEVEL), ""); in onTestRunEnd() 174 Paths.get(REPORT_PATH_ROOT, REPORT_PATH_TEST_LEVEL), in onTestEnd()
|