Searched defs:CallLongMethod (Results 1 – 3 of 3) sorted by relevance
137 StatusOr<int64> JniHelper::CallLongMethod(JNIEnv* env, jobject object, in CallLongMethod() function in libtextclassifier3::JniHelper
135 StatusOr<int64> JniHelper::CallLongMethod(JNIEnv* env, jobject object, in CallLongMethod() function in libtextclassifier3::JniHelper
1000 jlong CallLongMethod(jobject obj, jmethodID methodID, ...) { in CallLongMethod() function