Home
last modified time | relevance | path

Searched refs:schemaKey (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/contrib/src/com/android/graphics/tests/
DFlatlandTest.java165 String schemaKey = String.format("%s %s", items[0].trim(), items[1].trim()); in parseResult() local
166 if (mSchemaMap.get(schemaKey) != null) { in parseResult()
168 schemaKey = mSchemaMap.get(schemaKey); in parseResult()
173 mResultMap.put(schemaKey, "0"); in parseResult()
175 mResultMap.put(schemaKey, "1000"); in parseResult()
177 mResultMap.put(schemaKey, "-1"); in parseResult()
179 mResultMap.put(schemaKey, renderTime); in parseResult()
/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraPerformanceTest.java212 String schemaKey; // RU schema key = message (+ testMethodName if needed), derived field in CameraPerformanceTest.CtsMetric
234 this.schemaKey = getRuSchemaKeyName(message); in CtsMetric()
243 String schemaKey = message.replace(":", ""); in getRuSchemaKeyName() local
252 schemaKey = String.format("%s_%s", testName, schemaKey); in getRuSchemaKeyName()
256 return schemaKey; in getRuSchemaKeyName()
293 filtered.put(metric.schemaKey, metric.value); in filter()