Searched refs:getAttributesPrefix (Results 1 – 1 of 1) sorted by relevance
147 if (key.startsWith(getAttributesPrefix())) { in addBuildInfoAttributes()148 String newKey = key.split(getAttributesPrefix())[1]; in addBuildInfoAttributes()171 public String getAttributesPrefix() { in getAttributesPrefix() method in CertificationResultXml