Searched refs:getInvocationInfo (Results 1 – 6 of 6) sorted by relevance
53 mInvocationInfo = new HashMap<String, String>(result.getInvocationInfo()); in LightInvocationResult()129 public Map<String, String> getInvocationInfo() { in getInvocationInfo() method in LightInvocationResult
91 Map<String, String> getInvocationInfo(); in getInvocationInfo() method
112 public Map<String, String> getInvocationInfo() { in getInvocationInfo() method in InvocationResult
386 for (Entry<String, String> entry : result.getInvocationInfo().entrySet()) { in writeResults()
44 Map<String, String> invocationInfo = result.getInvocationInfo(); in testOverrideBuildProperties()
332 Map<String, String> buildInfo = lightResult.getInvocationInfo(); in checkLightResult()359 Map<String, String> buildInfo = result.getInvocationInfo(); in checkResult()