Searched refs:mResultAttributes (Results 1 – 2 of 2) sorted by relevance
54 private Map<String, String> mResultAttributes = new HashMap<String, String>(); field in CertificationResultXml78 mResultAttributes = resultAttributes; in CertificationResultXml()107 if (mResultAttributes != null) { in addSuiteAttributes()108 for (Entry<String, String> entry : mResultAttributes.entrySet()) { in addSuiteAttributes()
125 private Map<String, String> mResultAttributes = new HashMap<String, String>(); field in CertificationSuiteResultReporter334 mResultAttributes); in createFormatter()