Searched refs:message (Results 201 - 225 of 270) sorted by relevance

1234567891011

/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DModelInterpreter.java375 public void triggerIncomingUssd(String statusCode, String message) {} argument
378 triggerIncomingSMS(String message) argument
/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp298 char *message = (char*) malloc(strlen(query) + 50); local
299 if (message) {
300 strcpy(message, ", while compiling: "); // less than 50 chars
301 strcat(message, query);
304 throw_sqlite3_exception(env, connection->db, message);
305 free(message);
/frameworks/base/voip/java/com/android/server/sip/
H A DSipService.java565 String message) {
567 + SipErrorCode.toString(errorCode) + ": " + message);
1019 String message) {
1021 + SipErrorCode.toString(errorCode) + ": " + message);
1036 mErrorMessage = message;
1037 mProxy.onRegistrationFailed(session, errorCode, message);
564 onError(ISipSession session, int errorCode, String message) argument
1018 onRegistrationFailed(ISipSession session, int errorCode, String message) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSIMRecords.java363 * Sets the SIM voice message waiting indicator records
537 loge("Received message " + msg + "[" + msg.what + "] " +
1197 * Dispatch 3GPP format message. Overridden for CDMA/LTE phones by
1201 protected int dispatchGsmMessage(SmsMessageBase message) { argument
1202 mNewSmsRegistrants.notifyResult(message);
1211 // 3 == "received by MS from network; message to be read"
1215 // Note: Data may include trailing FF's. That's OK; message
1219 SmsMessage message = SmsMessage.createFromPdu(pdu);
1221 dispatchGsmMessage(message);
1236 // 3 == "received by MS from network; message t
[all...]
H A DGSMPhone.java994 public Message message; field in class:GSMPhone.NetworkSelectMessage
1001 // wrap the response message in our own message along with
1005 nsm.message = response;
1009 // get the message
1012 Log.d(LOG_TAG, "wrapping and sending message to connect automatically");
1020 // wrap the response message in our own message along with
1023 nsm.message = response;
1027 // get the message
[all...]
/frameworks/base/core/java/android/net/dhcp/
H A DDhcpPacket.java67 * The message op code indicating a request from a client.
72 * The message op code indicating a response from the server.
569 String message = null;
729 message = readAsciiString(packet, optionLen);
800 newPacket.mMessage = message;
/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java45 * {@link NdefMessage#NdefMessage(byte[])} can be used to parse a message
46 * containing chunked records, and will return a message with unchunked
70 * indicate location with an NDEF message, provide support for chunking of
287 * that should be used to handle the entire NDEF message.
288 * You can embed this record anywhere into your message
289 * to ensure that the intended package receives the message.
295 * intent, in the order in which they appear in the message.
521 String message = validateTnf(tnf, type, id, payload);
522 if (message != null) {
523 throw new IllegalArgumentException(message);
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteConnection.java1069 // TODO get rid of this log message in the case where
1077 * Logs an error message and prints it to the specified stream, if
1081 * @param message non-null; error message
1085 String message, Throwable ex) {
1086 Log.e(TAG, message, ex);
1088 newStderr.println(message + (ex == null ? "" : ex));
1084 logAndPrintError(PrintStream newStderr, String message, Throwable ex) argument
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardStatusViewManager.java127 /* Show given message with icon for up to duration ms. Newer messages override older ones.
128 * The most recent message with the longest duration is shown as messages expire until
131 void post(final CharSequence message, final int icon, long duration) { argument
135 mTextView.setText(message);
137 final Data data = new Data(message, icon);
238 * Sets the carrier help text message, if view is present. Carrier help text messages are
241 * @param resId resource id of the message
253 * Unlock help message. This is typically for help with unlock widgets, e.g. "wrong password"
280 if (DEBUG) Log.w(TAG, "Not showing message id " + what + ", str=" + string);
303 // Issue the biometric unlock failure message i
[all...]
/frameworks/base/services/java/com/android/server/
H A DStatusBarManagerService.java100 int uid, int initialPid, String message);
464 int uid, int initialPid, String message) {
468 mNotificationCallbacks.onNotificationError(pkg, tag, id, uid, initialPid, message);
99 onNotificationError(String pkg, String tag, int id, int uid, int initialPid, String message) argument
463 onNotificationError(String pkg, String tag, int id, int uid, int initialPid, String message) argument
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaAudioEffectTest.java75 private static void assumeTrue(String message, boolean cond) { argument
76 assertTrue("(assume)"+message, cond);
79 private void log(String testName, String message) { argument
80 Log.v(TAG, "["+testName+"] "+message);
83 private void loge(String testName, String message) { argument
84 Log.e(TAG, "["+testName+"] "+message);
1348 * Initializes the message looper so that the MediaPlayer object can
1388 * Terminates the message looper thread.
1401 * Initializes the message looper fro effect listener
H A DMediaAudioTrackTest.java52 private static void assumeTrue(String message, boolean cond) { argument
53 assertTrue("(assume)"+message, cond);
56 private void log(String testName, String message) { argument
57 Log.v(TAG, "["+testName+"] "+message);
60 private void loge(String testName, String message) { argument
61 Log.e(TAG, "["+testName+"] "+message);
/frameworks/base/core/java/android/net/http/
H A DAndroidHttpClient.java348 * Prints a message using this configuration.
350 private void println(String message) { argument
351 Log.println(level, tag, message);
H A DHttpsConnection.java31 import org.apache.http.message.BasicHttpRequest;
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityInteractionClient.java52 * to a given view hierarchy where a message is posted (from a binder
59 * thread that has to process the message describing the work to be done
65 * message to be run on the UI thread but passes it to the singleton
67 * responsible to execute the message before starting to wait for the
148 * Sets the message to be processed if the interacted view hierarchy
151 * @param message The message.
153 public void setSameThreadMessage(Message message) { argument
155 mSameThreadMessage = message;
662 * Gets the message store
[all...]
/frameworks/base/voip/java/android/net/sip/
H A DSimpleSessionDescription.java78 * Creates a session description from the given message.
80 * @throws IllegalArgumentException if message is invalid.
82 public SimpleSessionDescription(String message) { argument
83 String[] lines = message.trim().replaceAll(" +", " ").split("[\r\n]+");
/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditorImpl.java372 String message = "Unsupported height value " + height;
373 throw new IllegalArgumentException(message);
406 final String message = "Unsupported bitrate value " + bitrate;
407 throw new IllegalArgumentException(message);
425 String message = "Unsupported audio codec type " + audioCodec;
426 throw new IllegalArgumentException(message);
442 String message = "Unsupported video codec type " + videoCodec;
443 throw new IllegalArgumentException(message);
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp117 static bool process_media_recorder_call(JNIEnv *env, status_t opStatus, const char* exception, const char* message) argument
124 jniThrowException(env, exception, message);
/frameworks/av/libvideoeditor/osal/inc/
H A DM4OSA_Debug.h63 M4OSA_Char* message,
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java143 // Post a message so we dismiss after the above handlers are executed
258 public void setMessage(CharSequence message) { argument
259 mMessage = message;
261 mMessageView.setText(message);
287 * Sets a click listener or a message to be sent when the button is clicked.
426 * custom view or a message.
505 mMessageView = (TextView) mWindow.findViewById(R.id.message);
644 /* The contentPanel displays either a custom text message or
/frameworks/base/libs/usb/tests/AccessoryChat/src/com/android/accessorychat/
H A DAccessoryChat.java92 mEditText = (EditText)findViewById(R.id.message);
/frameworks/base/services/input/
H A DSpriteController.h283 void handleMessage(const Message& message);
/frameworks/base/services/java/com/android/server/usb/
H A DUsbDeviceManager.java684 CharSequence message = r.getText(
703 notification.setLatestEventInfo(mContext, title, message, pi);
720 CharSequence message = r.getText(
738 notification.setLatestEventInfo(mContext, title, message, pi);
/frameworks/compile/slang/
H A Dllvm-rs-link.cpp112 errs() << "Failed to load `" << F << "' (" + EC.message() + ")\n";
/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.cc77 #define CheckSLResult(message, result) \
78 CheckSLResult_Real(message, result, __LINE__)
81 void CheckSLResult_Real(const char* message, SLresult result, int line) { argument
83 // LOGD("sl result %d for %s", result, message);
86 static_cast<int>(result), message, line);

Completed in 297 milliseconds

1234567891011