Home
last modified time | relevance | path

Searched refs:gSQLiteCustomFunctionClassInfo (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dandroid_database_SQLiteConnection.cpp63 } gSQLiteCustomFunctionClassInfo; variable
223 gSQLiteCustomFunctionClassInfo.dispatchCallback, argsArray); in sqliteCustomFunctionCallback()
251 functionObj, gSQLiteCustomFunctionClassInfo.name)); in nativeRegisterCustomFunction()
252 jint numArgs = env->GetIntField(functionObj, gSQLiteCustomFunctionClassInfo.numArgs); in nativeRegisterCustomFunction()
865 GET_FIELD_ID(gSQLiteCustomFunctionClassInfo.name, clazz, in register_android_database_SQLiteConnection()
867 GET_FIELD_ID(gSQLiteCustomFunctionClassInfo.numArgs, clazz, in register_android_database_SQLiteConnection()
869 GET_METHOD_ID(gSQLiteCustomFunctionClassInfo.dispatchCallback, in register_android_database_SQLiteConnection()