Home
last modified time | relevance | path

Searched refs:mResultMap (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/contrib/src/com/android/graphics/tests/
DFlatlandTest.java87 public Map<String, String> mResultMap = new HashMap<String, String>(); field in FlatlandTest
151 (System.currentTimeMillis() - start), TfMetricProtoUtil.upgradeConvert(mResultMap)); in run()
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()
DFlatlandTestFuncTest.java52 String t = ft.mResultMap.get("16:10 Single Static Window 1280 x 800"); in testPraseResults()
55 t = ft.mResultMap.get("16:10 Single Static Window 1920 x 1200"); in testPraseResults()
58 t = ft.mResultMap.get("16:10 App -> Home Transition 1280 x 800"); in testPraseResults()
61 t = ft.mResultMap.get("16:10 SurfaceView -> Home Transition 1280 x 800"); in testPraseResults()
64 for (Map.Entry<String, String> entry : ft.mResultMap.entrySet()) { in testPraseResults()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/logger/
DInvocationMetricLoggerTest.java73 private Map<String, String> mResultMap; field in InvocationMetricLoggerTest.TestRunnable
87 mResultMap = InvocationMetricLogger.getInvocationMetrics(); in run()
91 return mResultMap; in getResultMap()
DTfObjectTrackerTest.java110 private Map<String, Long> mResultMap; field in TfObjectTrackerTest.TestRunnable
125 mResultMap = TfObjectTracker.getUsage(); in run()
129 return mResultMap; in getUsageMap()