Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_database_SQLiteConnection.cpp65 } gSQLiteCustomFunctionClassInfo; variable
236 gSQLiteCustomFunctionClassInfo.dispatchCallback, argsArray); in sqliteCustomFunctionCallback()
264 functionObj, gSQLiteCustomFunctionClassInfo.name)); in nativeRegisterCustomFunction()
265 jint numArgs = env->GetIntField(functionObj, gSQLiteCustomFunctionClassInfo.numArgs); in nativeRegisterCustomFunction()
861 gSQLiteCustomFunctionClassInfo.name = GetFieldIDOrDie(env, clazz, "name", "Ljava/lang/String;"); in register_android_database_SQLiteConnection()
862 gSQLiteCustomFunctionClassInfo.numArgs = GetFieldIDOrDie(env, clazz, "numArgs", "I"); in register_android_database_SQLiteConnection()
863 gSQLiteCustomFunctionClassInfo.dispatchCallback = GetMethodIDOrDie(env, clazz, in register_android_database_SQLiteConnection()