Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_database_SQLiteCommon.cpp124 String8 fullMessage; in throw_sqlite3_exception() local
125 fullMessage.append(sqlite3Message); in throw_sqlite3_exception()
126 fullMessage.appendFormat(" (code %d)", errcode); // print extended error code in throw_sqlite3_exception()
128 fullMessage.append(": "); in throw_sqlite3_exception()
129 fullMessage.append(message); in throw_sqlite3_exception()
131 jniThrowException(env, exceptionClass, fullMessage.string()); in throw_sqlite3_exception()
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
DL.java71 private static void tryToThrowScoped(Throwable t, String fullMessage) { in tryToThrowScoped() argument
78 ScopedException ex = new ScopedException(fullMessage); in tryToThrowScoped()