Home
last modified time | relevance | path

Searched defs:configId (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/util/statsd/
DConfigUtilTest.java74 long configId = in testPushDeviceConfig() local
98 long configId = in testPushInvalidDeviceConfig() local
123 long configId = ConfigUtil.pushBinaryStatsConfig(mTestDevice, mConfigFile); in testPushBinaryDeviceConfig() local
136 long configId = ConfigUtil.pushBinaryStatsConfig(mTestDevice, mConfigFile); in testPushBinaryDeviceConfigBinary_throwsWhenNotExists() local
149 long configId = 111; in testRemoveDeviceConfig() local
/tools/tradefederation/core/test_framework/com/android/tradefed/util/statsd/
DMetricUtil.java53 public static List<EventMetricData> getEventMetricData(ITestDevice device, long configId) in getEventMetricData()
78 public static InputStreamSource getReportByteStream(ITestDevice device, long configId) in getReportByteStream()
92 private static ConfigMetricsReportList getReportList(ITestDevice device, long configId) in getReportList()
102 private static byte[] getReportByteArray(ITestDevice device, long configId) in getReportByteArray()
DConfigUtil.java120 long configId = UUID.randomUUID().hashCode(); in pushBinaryStatsConfig() local
134 public static void removeConfig(ITestDevice device, long configId) in removeConfig()
146 private static void updateConfig(ITestDevice device, String remotePath, long configId) in updateConfig()
176 long configId = UUID.randomUUID().hashCode(); in generateStatsdConfig() local
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DHostStatsdMetricCollector.java103 InputStreamSource getReportByteStream(ITestDevice device, long configId) in getReportByteStream()
115 void removeConfig(ITestDevice device, long configId) throws DeviceNotAvailableException { in removeConfig()
136 long configId = pushBinaryStatsConfig(device, mBinaryConfig); in startCollection() local
152 long configId = mDeviceConfigIds.get(serialNumber); in stopCollection() local
153 try (InputStreamSource dataStream = getReportByteStream(device, configId)) { in stopCollection() argument
DRebootReasonCollector.java80 long configId = mDeviceConfigIds.get(device.getSerialNumber()); in onTestRunEnd() local
126 void removeConfig(ITestDevice device, long configId) throws DeviceNotAvailableException { in removeConfig()
131 List<EventMetricData> getEventMetricData(ITestDevice device, long configId) in getEventMetricData()
DRuntimeRestartCollector.java188 long configId = mDeviceConfigIds.get(device.getSerialNumber()); in onTestRunEnd() local
297 protected void removeConfig(ITestDevice device, long configId) in removeConfig()
319 protected List<EventMetricData> getEventMetricData(ITestDevice device, long configId) in getEventMetricData()
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationFactory.java283 final ConfigId configId = new ConfigId(name, templateMap); in getConfigurationDef() local
1024 final ConfigId configId = new ConfigId(configName); in loadAllConfigs() local
1047 private ConfigurationDef attemptLoad(ConfigId configId, Map<String, String> templateMap) in attemptLoad()