Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp211 ScopedLocalRef<jstring> resString(env, in sqliteCustomScalarFunctionCallback() local
222 if (resString.get() == nullptr) { in sqliteCustomScalarFunctionCallback()
225 ScopedUtfChars res(env, resString.get()); in sqliteCustomScalarFunctionCallback()
285 ScopedLocalRef<jstring> resString(env, in sqliteCustomAggregateFunctionStep() local
302 if (resString.get() == nullptr) { in sqliteCustomAggregateFunctionStep()
305 ScopedUtfChars res(env, resString.get()); in sqliteCustomAggregateFunctionStep()