Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/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.java94 long configId = UUID.randomUUID().hashCode(); in pushBinaryStatsConfig() local
108 public static void removeConfig(ITestDevice device, long configId) in removeConfig()
120 private static void updateConfig(ITestDevice device, String remotePath, long configId) in updateConfig()
148 long configId = UUID.randomUUID().hashCode(); in generateStatsdConfig() local
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DHostStatsdMetricCollector.java101 InputStreamSource getReportByteStream(ITestDevice device, long configId) in getReportByteStream()
113 void removeConfig(ITestDevice device, long configId) throws DeviceNotAvailableException { in removeConfig()
134 long configId = pushBinaryStatsConfig(device, mBinaryConfig); in startCollection() local
149 long configId = mDeviceConfigIds.get(serialNumber); in stopCollection() local
150 try (InputStreamSource dataStream = getReportByteStream(device, configId)) { in stopCollection() argument
DRebootReasonCollector.java80 long configId = mDeviceConfigIds.get(device.getSerialNumber()); in onTestRunEnd() local
133 void removeConfig(ITestDevice device, long configId) throws DeviceNotAvailableException { in removeConfig()
138 List<EventMetricData> getEventMetricData(ITestDevice device, long configId) in getEventMetricData()
DRuntimeRestartCollector.java179 long configId = mDeviceConfigIds.get(device.getSerialNumber()); in onTestRunEnd() local
303 protected void removeConfig(ITestDevice device, long configId) in removeConfig()
325 protected List<EventMetricData> getEventMetricData(ITestDevice device, long configId) in getEventMetricData()
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationFactory.java270 final ConfigId configId = new ConfigId(name, templateMap); in getConfigurationDef() local
779 final ConfigId configId = new ConfigId(configName); in loadAllConfigs() local
802 private ConfigurationDef attemptLoad(ConfigId configId, Map<String, String> templateMap) in attemptLoad()