Searched refs:getSpecificationTitle (Results 1 - 7 of 7) sorted by relevance

/libcore/luni/src/main/java/javax/xml/parsers/
H A DDocumentBuilderFactory.java378 + this.getClass().getPackage().getSpecificationTitle()
444 + this.getClass().getPackage().getSpecificationTitle()
473 + this.getClass().getPackage().getSpecificationTitle()
495 + this.getClass().getPackage().getSpecificationTitle()
H A DSAXParserFactory.java261 + this.getClass().getPackage().getSpecificationTitle()
320 + this.getClass().getPackage().getSpecificationTitle()
349 + this.getClass().getPackage().getSpecificationTitle()
371 + this.getClass().getPackage().getSpecificationTitle()
H A DDocumentBuilder.java81 + " Specification \"" + this.getClass().getPackage().getSpecificationTitle() + "\""
282 + this.getClass().getPackage().getSpecificationTitle()
310 + this.getClass().getPackage().getSpecificationTitle()
H A DSAXParser.java103 + " Specification \"" + this.getClass().getPackage().getSpecificationTitle() + "\""
491 + this.getClass().getPackage().getSpecificationTitle()
518 + this.getClass().getPackage().getSpecificationTitle()
/libcore/luni/src/main/java/javax/xml/transform/
H A DTransformer.java73 + " Specification \"" + this.getClass().getPackage().getSpecificationTitle() + "\""
/libcore/luni/src/main/java/java/lang/
H A DPackage.java205 public String getSpecificationTitle() { method in class:Package
/libcore/luni/src/test/java/libcore/java/lang/reflect/
H A DOldAndroidClassTest.java205 assertEquals("Unknown", getClass().getPackage().getSpecificationTitle());

Completed in 150 milliseconds