HomeSort by relevance Sort by last modified time
    Searched refs:mInvocationInfo (Results 1 - 2 of 2) sorted by null

  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
LightInvocationResult.java 34 private Map<String, String> mInvocationInfo;
53 mInvocationInfo = new HashMap<String, String>(result.getInvocationInfo());
122 mInvocationInfo.put(key, value);
130 return mInvocationInfo;
InvocationResult.java 35 private Map<String, String> mInvocationInfo = new HashMap<>();
106 mInvocationInfo.put(key, value);
114 return mInvocationInfo;

Completed in 112 milliseconds