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 | 160 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_1), in testRunLevelCollection_metrics() 182 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_2), in testRunLevelCollection_metrics() 254 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_1), in testTestLevelCollection_metrics() 280 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_2), in testTestLevelCollection_metrics() 315 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_1), in testTestLevelCollection_multipleTests() 334 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_1), in testTestLevelCollection_multipleTests() 368 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_1), in testTestLevelCollection_multipleIterations() 388 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_1), in testTestLevelCollection_multipleIterations() 425 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_1), in testRunAndTestLevelCollection() 439 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 | 74 static final String REPORT_KEY_PREFIX = "statsd-"; field in StatsdListener 129 runData.addFileMetric(REPORT_KEY_PREFIX + configName, configReports.get(configName)); in onTestRunEnd() 163 testData.addFileMetric(REPORT_KEY_PREFIX + configName, configReports.get(configName)); in onTestEnd()
|