Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_database_SQLiteCommon.cpp224 String8 fullMessage; in throw_sqlite3_exception() local
225 fullMessage.append(sqlite3Message); in throw_sqlite3_exception()
227 fullMessage.appendFormat(" (code %s)", errcode_msg.c_str()); // print extended error code in throw_sqlite3_exception()
229 fullMessage.append(": "); in throw_sqlite3_exception()
230 fullMessage.append(message); in throw_sqlite3_exception()
232 jniThrowException(env, exceptionClass, fullMessage.string()); in throw_sqlite3_exception()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DVisualVoicemailSmsFilter.java137 FullMessage fullMessage = getFullMessage(pdus, format); in filter() local
139 if (fullMessage == null) { in filter()
154 String messageBody = fullMessage.fullMessageBody; in filter()
176 && !isSmsFromNumbers(fullMessage.firstMessage, settings.originatingNumbers)) { in filter()
DAppSmsManager.java138 String fullMessage = fullMessageBuilder.toString(); in findAppRequestInfoSmsIntentLocked() local
142 if (fullMessage.contains(token)) { in findAppRequestInfoSmsIntentLocked()
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
DL.java85 private static void tryToThrowScoped(Throwable t, String fullMessage) { in tryToThrowScoped() argument
92 ScopedException ex = new ScopedException(fullMessage); in tryToThrowScoped()