Home
last modified time | relevance | path

Searched defs:throw_sqlite3_exception (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dandroid_database_SQLiteCommon.cpp124 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle) { in throw_sqlite3_exception() function
129 void throw_sqlite3_exception(JNIEnv* env, const char* message) { in throw_sqlite3_exception() function
136 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle, const char* message) { in throw_sqlite3_exception() function
161 void throw_sqlite3_exception(JNIEnv* env, int errcode, in throw_sqlite3_exception() function