Home
last modified time | relevance | path

Searched refs:handleExternalEntityMethod (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp222 static jmethodID handleExternalEntityMethod; variable
910 env->CallVoidMethod(javaParser, handleExternalEntityMethod, javaContext.get(), in handleExternalEntity()
1349 handleExternalEntityMethod = env->GetMethodID(clazz, in ExpatParser_staticInitialize()
1352 if (handleExternalEntityMethod == NULL) return; in ExpatParser_staticInitialize()