Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/jni/
DMediaProviderWrapper.cpp534 jmethodID MediaProviderWrapper::CacheMethod(JNIEnv* env, const char method_name[], in CacheMethod() argument
537 string actual_method_name(method_name); in CacheMethod()
545 LOG(FATAL) << "Error caching method: " << method_name << signature; in CacheMethod()
DMediaProviderWrapper.h288 jmethodID CacheMethod(JNIEnv* env, const char method_name[], const char signature[],
/packages/services/Telephony/testapps/TelephonyManagerTestApp/src/com/android/phone/testapps/telephonymanagertestapp/
DCallingMethodActivity.java70 ((TextView) findViewById(R.id.method_name)).setText(mMethod.getName()); in onCreate()
DTelephonyManagerTestApp.java115 ((TextView) convertView.findViewById(R.id.method_name)).setText(methodName); in getView()