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 | 180 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_1), in testRunLevelCollection_metrics() 202 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_2), in testRunLevelCollection_metrics() 274 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_1), in testTestLevelCollection_metrics() 300 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_2), in testTestLevelCollection_metrics() 335 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_1), in testTestLevelCollection_multipleTests() 354 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_1), in testTestLevelCollection_multipleTests() 388 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_1), in testTestLevelCollection_multipleIterations() 408 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_1), in testTestLevelCollection_multipleIterations() 445 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_1), in testRunAndTestLevelCollection() 459 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 | 79 static final String REPORT_KEY_PREFIX = "statsd-"; field in StatsdListener 136 runData.addFileMetric(REPORT_KEY_PREFIX + configName, configReports.get(configName)); in onTestRunEnd() 170 testData.addFileMetric(REPORT_KEY_PREFIX + configName, configReports.get(configName)); in onTestEnd()
|