Home | History | Annotate | Download | only in android

Lines Matching full:methodid

16 using base::android::MethodID;
29 MethodID::Get<MethodID::TYPE_INSTANCE>(
37 MethodID::Get<MethodID::TYPE_INSTANCE>(
40 MethodID::Get<MethodID::TYPE_INSTANCE>(
51 MethodID::Get<MethodID::TYPE_INSTANCE>(
120 template<MethodID::Type type>
121 jmethodID MethodID::Get(JNIEnv* env,
138 template<MethodID::Type type>
139 jmethodID MethodID::LazyGet(JNIEnv* env,
149 jmethodID id = MethodID::Get<type>(env, clazz, method_name, jni_signature);
156 template jmethodID MethodID::Get<MethodID::TYPE_STATIC>(
160 template jmethodID MethodID::Get<MethodID::TYPE_INSTANCE>(
164 template jmethodID MethodID::LazyGet<MethodID::TYPE_STATIC>(
168 template jmethodID MethodID::LazyGet<MethodID::TYPE_INSTANCE>(