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

/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp201 jobject functionObjGlobal = reinterpret_cast<jobject>(sqlite3_user_data(context)); local
202 jobject functionObj = env->NewLocalRef(functionObjGlobal);
240 jobject functionObjGlobal = reinterpret_cast<jobject>(data); local
243 env->DeleteGlobalRef(functionObjGlobal);
254 jobject functionObjGlobal = env->NewGlobalRef(functionObj); local
258 reinterpret_cast<void*>(functionObjGlobal),
264 env->DeleteGlobalRef(functionObjGlobal);

Completed in 263 milliseconds