HomeSort by relevance Sort by last modified time
    Searched full:functionobj (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 202 jobject functionObj = env->NewLocalRef(functionObjGlobal);
222 env->CallVoidMethod(functionObj,
229 env->DeleteLocalRef(functionObj);
247 jobject functionObj) {
251 functionObj, gSQLiteCustomFunctionClassInfo.name));
252 jint numArgs = env->GetIntField(functionObj, gSQLiteCustomFunctionClassInfo.numArgs);
254 jobject functionObjGlobal = env->NewGlobalRef(functionObj);
    [all...]

Completed in 79 milliseconds