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.java207 String schemaKey; // RU schema key = message (+ testMethodName if needed), derived field in CameraPerformanceTest.CtsMetric
229 this.schemaKey = getRuSchemaKeyName(message); in CtsMetric()
238 String schemaKey = message.replace(":", ""); in getRuSchemaKeyName() local
247 schemaKey = String.format("%s_%s", testName, schemaKey); in getRuSchemaKeyName()
251 return schemaKey; in getRuSchemaKeyName()
288 filtered.put(metric.schemaKey, metric.value); in filter()