Lines Matching refs:MethodID
21 using base::android::MethodID;
160 template<MethodID::Type type>
161 jmethodID MethodID::Get(JNIEnv* env,
179 template<MethodID::Type type>
180 jmethodID MethodID::LazyGet(JNIEnv* env,
190 jmethodID id = MethodID::Get<type>(env, clazz, method_name, jni_signature);
197 template jmethodID MethodID::Get<MethodID::TYPE_STATIC>(
201 template jmethodID MethodID::Get<MethodID::TYPE_INSTANCE>(
205 template jmethodID MethodID::LazyGet<MethodID::TYPE_STATIC>(
209 template jmethodID MethodID::LazyGet<MethodID::TYPE_INSTANCE>(
259 MethodID::Get<MethodID::TYPE_INSTANCE>(
267 MethodID::Get<MethodID::TYPE_INSTANCE>(
270 MethodID::Get<MethodID::TYPE_INSTANCE>(
281 MethodID::Get<MethodID::TYPE_INSTANCE>(