Searched refs:REPORT_KEY_PREFIX (Results 1 – 2 of 2) sorted by relevance
/platform_testing/libraries/device-collectors/src/test/platform/android/device/collectors/ |
D | StatsdListenerTest.java | 182 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_1), in testRunLevelCollection_metrics() 204 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_2), in testRunLevelCollection_metrics() 276 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_1), in testTestLevelCollection_metrics() 302 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_2), in testTestLevelCollection_metrics() 337 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_1), in testTestLevelCollection_multipleTests() 356 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_1), in testTestLevelCollection_multipleTests() 390 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_1), in testTestLevelCollection_multipleIterations() 410 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_1), in testTestLevelCollection_multipleIterations() 447 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_1), in testRunAndTestLevelCollection() 461 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_1), in testRunAndTestLevelCollection()
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/ |
D | StatsdListener.java | 84 static final String REPORT_KEY_PREFIX = "statsd-"; field in StatsdListener 143 runData.addFileMetric(REPORT_KEY_PREFIX + configName, configReports.get(configName)); in onTestRunEnd() 177 testData.addFileMetric(REPORT_KEY_PREFIX + configName, configReports.get(configName)); in onTestEnd()
|