Searched refs:fullMessage (Results 1 - 4 of 4) 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/opt/telephony/src/java/com/android/internal/telephony/
H A DVisualVoicemailSmsFilter.java136 FullMessage fullMessage = getFullMessage(pdus, format);
138 if (fullMessage == null) {
153 String messageBody = fullMessage.fullMessageBody;
175 && !isSmsFromNumbers(fullMessage.firstMessage, settings.originatingNumbers)) {
H A DAppSmsManager.java138 String fullMessage = fullMessageBuilder.toString();
142 if (fullMessage.contains(token)) {
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
H A DL.java85 private static void tryToThrowScoped(Throwable t, String fullMessage) { argument
92 ScopedException ex = new ScopedException(fullMessage);

Completed in 700 milliseconds