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

/frameworks/base/core/jni/
H A Dandroid_database_SQLiteCommon.h44 void throw_sqlite3_exception_errcode(JNIEnv* env, int errcode, const char* message);
H A Dandroid_database_SQLiteCommon.cpp54 void throw_sqlite3_exception_errcode(JNIEnv* env, int errcode, const char* message) { function in namespace:android
H A Dandroid_database_SQLiteConnection.cpp137 throw_sqlite3_exception_errcode(env, err, "Could not open database");

Completed in 54 milliseconds