Searched refs:fullMessage (Results 1 – 4 of 4) sorted by relevance
124 String8 fullMessage; in throw_sqlite3_exception() local125 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()
136 FullMessage fullMessage = getFullMessage(pdus, format); in filter() local138 if (fullMessage == null) { in filter()153 String messageBody = fullMessage.fullMessageBody; in filter()175 && !isSmsFromNumbers(fullMessage.firstMessage, settings.originatingNumbers)) { in filter()
138 String fullMessage = fullMessageBuilder.toString(); in findAppRequestInfoSmsIntentLocked() local142 if (fullMessage.contains(token)) { in findAppRequestInfoSmsIntentLocked()
85 private static void tryToThrowScoped(Throwable t, String fullMessage) { in tryToThrowScoped() argument92 ScopedException ex = new ScopedException(fullMessage); in tryToThrowScoped()