Searched defs:SERVICE_CLASS (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/javax/xml/validation/
H A DSchemaFactoryFinder.java157 String propertyName = SERVICE_CLASS.getName() + ":" + schemaLanguage;
274 if (debug) debugPrintln(className+" is not assignable to "+SERVICE_CLASS.getName());
391 private static final Class SERVICE_CLASS = SchemaFactory.class; field in class:SchemaFactoryFinder
392 private static final String SERVICE_ID = "META-INF/services/" + SERVICE_CLASS.getName();
/libcore/luni/src/main/java/javax/xml/xpath/
H A DXPathFactoryFinder.java150 String propertyName = SERVICE_CLASS.getName() + ":" + uri;
249 if (debug) debugPrintln(className+" is not assignable to "+SERVICE_CLASS.getName());
351 private static final Class SERVICE_CLASS = XPathFactory.class; field in class:XPathFactoryFinder
352 private static final String SERVICE_ID = "META-INF/services/" + SERVICE_CLASS.getName();

Completed in 46 milliseconds