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

/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp203 jobject functionObjGlobal = reinterpret_cast<jobject>(sqlite3_user_data(context)); local
204 jobject functionObj = env->NewLocalRef(functionObjGlobal);
242 jobject functionObjGlobal = reinterpret_cast<jobject>(data); local
245 env->DeleteGlobalRef(functionObjGlobal);
256 jobject functionObjGlobal = env->NewGlobalRef(functionObj); local
260 reinterpret_cast<void*>(functionObjGlobal),
266 env->DeleteGlobalRef(functionObjGlobal);

Completed in 681 milliseconds