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

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

Completed in 97 milliseconds