Home
last modified time | relevance | path

Searched defs:method_name (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
Dcore_jni_helpers.h40 static inline jmethodID GetMethodIDOrDie(JNIEnv* env, jclass clazz, const char* method_name, in GetMethodIDOrDie()
54 static inline jmethodID GetStaticMethodIDOrDie(JNIEnv* env, jclass clazz, const char* method_name, in GetStaticMethodIDOrDie()
Dandroid_hardware_location_ActivityRecognitionHardware.cpp36 static void check_and_clear_exceptions(JNIEnv* env, const char* method_name) { in check_and_clear_exceptions()