Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_database_SQLiteCommon.cpp62 const char* sqlite3Message, const char* message) { in throw_sqlite3_exception() argument
80 sqlite3Message = NULL; // SQLite error message is irrelevant in this case in throw_sqlite3_exception()
123 if (sqlite3Message) { in throw_sqlite3_exception()
125 fullMessage.append(sqlite3Message); in throw_sqlite3_exception()
Dandroid_database_SQLiteCommon.h47 const char* sqlite3Message, const char* message);