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

/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp200 jobject functionObjGlobal = reinterpret_cast<jobject>(sqlite3_user_data(context)); local
201 jobject functionObj = env->NewLocalRef(functionObjGlobal);
239 jobject functionObjGlobal = reinterpret_cast<jobject>(data); local
242 env->DeleteGlobalRef(functionObjGlobal);
253 jobject functionObjGlobal = env->NewGlobalRef(functionObj); local
257 reinterpret_cast<void*>(functionObjGlobal),
263 env->DeleteGlobalRef(functionObjGlobal);

Completed in 56 milliseconds