Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/jni/
DMediaProviderWrapper.cpp436 string actual_method_name(method_name); in CacheMethod() local
437 actual_method_name.append("ForFuse"); in CacheMethod()
439 mid = env->GetStaticMethodID(media_provider_class_, actual_method_name.c_str(), signature); in CacheMethod()
441 mid = env->GetMethodID(media_provider_class_, actual_method_name.c_str(), signature); in CacheMethod()