Searched refs:CallBooleanMethod (Results 1 - 4 of 4) sorted by relevance

/dalvik/libcore/luni/src/main/native/
H A Dorg_apache_harmony_luni_platform_OSMemory.cpp67 jboolean allowed = _env->CallBooleanMethod(gIDCache.runtimeInstance,
/dalvik/libcore/sql/src/main/native/
H A Dsqlite_jni.c410 ret = (*env)->CallBooleanMethod(env, h->bh, mid, tabstr.jstr,
437 ret = (*env)->CallBooleanMethod(env, h->bh, mid, 0, (jint) count)
460 ret = (*env)->CallBooleanMethod(env, h->ph, mid) != JNI_TRUE;
703 rc = (*env)->CallBooleanMethod(env, h->cb, mid, arr);
/dalvik/libnativehelper/include/nativehelper/
H A Djni.h201 jboolean (*CallBooleanMethod)(JNIEnv*, jobject, jmethodID, ...); member in struct:JNINativeInterface
/dalvik/vm/
H A DJni.c3978 CallBooleanMethod,

Completed in 508 milliseconds