Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp229 static jmethodID startNamespaceMethod; variable
735 env->CallVoidMethod(javaParser, startNamespaceMethod, internedPrefix, internedUri); in startNamespace()
1337 startNamespaceMethod = env->GetMethodID(clazz, "startNamespace", in ExpatParser_staticInitialize()
1339 if (startNamespaceMethod == NULL) return; in ExpatParser_staticInitialize()