Searched refs:addMetric (Results 1 – 1 of 1) sorted by relevance
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/ |
D | DeviceInfoResultTest.java | 90 addMetric(name, value, serializedInfo); in assertSerializeParse() 102 addMetric(DeviceInfoConstants.PROCESSES, "proc", info); in testPopulateMetrics_combinedSerial() 103 addMetric(DeviceInfoConstants.SERIAL_NUMBER, "device1", info); in testPopulateMetrics_combinedSerial() 108 addMetric(DeviceInfoConstants.SERIAL_NUMBER, "device1", info); in testPopulateMetrics_combinedSerial() 113 addMetric(DeviceInfoConstants.SERIAL_NUMBER, "device2", info); in testPopulateMetrics_combinedSerial() 123 addMetric(DeviceInfoConstants.BUILD_FINGERPRINT, "fingerprint1", info); in testPopulateMetrics_verify() 128 addMetric(DeviceInfoConstants.BUILD_FINGERPRINT, "fingerprint1", info); in testPopulateMetrics_verify() 133 addMetric(DeviceInfoConstants.BUILD_FINGERPRINT, "fingerprint2", info); in testPopulateMetrics_verify() 141 private void addMetric(String metricName, String metricValue, DeviceInfoResult serializedInfo) { in addMetric() method in DeviceInfoResultTest
|