Searched refs:message (Results 1 - 25 of 270) sorted by last modified time

1234567891011

/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h2433 XAuint16 message
/frameworks/testing/androidtestlib/src/com/android/test/runner/junit4/
H A DAndroidJUnit4ClassRunner.java43 InvalidInjectException(String message) { argument
44 super(message);
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DInteractionController.java131 String message = "Error reading long press timeout setting.";
132 Log.e(LOG_TAG, message, e);
133 throw new RuntimeException(message, e);
/frameworks/support/v4/java/android/support/v4/content/
H A DModernAsyncTask.java157 Message message = sHandler.obtainMessage(MESSAGE_POST_RESULT,
159 message.sendToTarget();
/frameworks/support/volley/src/com/android/volley/
H A DAuthFailureError.java42 public AuthFailureError(String message) { argument
43 super(message);
46 public AuthFailureError(String message, Exception reason) { argument
47 super(message, reason);
/frameworks/support/volley/src/com/android/volley/toolbox/
H A DHttpClientStack.java30 import org.apache.http.message.BasicNameValuePair;
H A DHurlStack.java28 import org.apache.http.message.BasicHeader;
29 import org.apache.http.message.BasicHttpResponse;
30 import org.apache.http.message.BasicStatusLine;
/frameworks/support/volley/tests/src/com/android/volley/mock/
H A DMockHttpClient.java30 import org.apache.http.message.BasicHttpResponse;
31 import org.apache.http.message.BasicStatusLine;
/frameworks/support/volley/tests/src/com/android/volley/toolbox/
H A DBasicNetworkTest.java26 import org.apache.http.message.BasicHttpResponse;
/frameworks/opt/vcard/java/com/android/vcard/exception/
H A DVCardAgentNotSupportedException.java23 public VCardAgentNotSupportedException(String message) { argument
24 super(message);
H A DVCardException.java29 * @param message the error message
31 public VCardException(String message) { argument
32 super(message);
H A DVCardInvalidCommentLineException.java29 public VCardInvalidCommentLineException(final String message) { argument
30 super(message);
H A DVCardInvalidLineException.java28 public VCardInvalidLineException(final String message) { argument
29 super(message);
H A DVCardNestedException.java26 public VCardNestedException(String message) { argument
27 super(message);
H A DVCardNotSupportedException.java30 public VCardNotSupportedException(String message) { argument
31 super(message);
H A DVCardVersionException.java25 public VCardVersionException(String message) { argument
26 super(message);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccSmsInterfaceManager.java44 protected void enforceReceiveAndSend(String message) { argument
46 "android.permission.RECEIVE_SMS", message);
48 "android.permission.SEND_SMS", message);
54 * @param destAddr the address to send the message to
57 * @param destPort the port to deliver the message to
58 * @param data the body of the message to send
60 * broadcast when the message is successfully sent, or failed.
73 * broadcast when the message is delivered to the recipient. The
80 "Sending SMS message");
92 * @param destAddr the address to send the message t
[all...]
H A DPhoneStateIntentReceiver.java173 Message message = Message.obtain(mTarget, mAsuEventWhat);
174 mTarget.sendMessage(message);
184 Message message = Message.obtain(mTarget,
186 mTarget.sendMessage(message);
192 Message message = Message.obtain(mTarget,
194 mTarget.sendMessage(message);
H A DSMSDispatcher.java99 /** Query projection for checking for duplicate message segments. */
104 /** Query projection for combining concatenated message segments. */
127 /** Retry sending a previously failed SMS message */
167 * CONCATENATED_16_BIT_REFERENCE message set. Should be
173 /** Outgoing message counter. Shared by all dispatchers. */
257 * The format of the message PDU in the associated broadcast intent.
268 * @return the format of the message PDU
289 * @param msg the message to handle
315 // RESULT_OK means that message was broadcast for app(s) to handle.
321 Log.e(TAG, "Exception dispatching message", e
907 sendNewSubmitPdu(String destinationAddress, String scAddress, String message, SmsHeader smsHeader, int encoding, PendingIntent sentIntent, PendingIntent deliveryIntent, boolean lastPart) argument
1441 dispatchBroadcastMessage(SmsCbMessage message) argument
[all...]
H A DUiccCard.java262 String message = (isAdded) ? r.getString(R.string.sim_added_message) :
268 .setMessage(message)
280 loge("Received message " + msg + "[" + msg.what
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java188 // message decoder.
220 CharSequence message;
264 message = mContext.getText(com.android.internal.R.string.launchBrowserDefault);
265 ((LaunchBrowserParams) cmdParams).confirmMsg.text = message.toString();
278 message = mContext.getText(com.android.internal.R.string.sending);
279 ((DisplayTextParams)cmdParams).textMsg.text = message.toString();
287 message = mContext.getText(com.android.internal.R.string.SetupCallDefault);
288 ((CallSetupParams) cmdParams).confirmMsg.text = message.toString();
628 CatLog.d(this, "ril message arrived");
666 // queue a response message
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java69 public Message message; field in class:CDMALTEPhone.NetworkSelectMessage
160 // wrap the response message in our own message along with
163 nsm.message = response;
167 // get the message
186 // found the object, now we send off the message we had originally
188 if (nsm.message != null) {
189 if (DBG) log("sending original message to recipient");
190 AsyncResult.forMessage(nsm.message, ar.result, ar.exception);
191 nsm.message
[all...]
H A DCdmaMmiCode.java66 CharSequence message; field in class:CdmaMmiCode
153 return message;
220 message = context.getText(com.android.internal.R.string.mmiError);
230 message = sb;
292 message = sb;
H A DCdmaSMSDispatcher.java105 break; // Only expect to see one tracker matching this message.
113 * @param sms the SMS message containing one or more
135 Log.e(TAG, "dispatchMessage: message is null");
146 Log.d(TAG, "Received short message on device which doesn't support "
155 Log.d(TAG, "Broadcast type message");
156 SmsCbMessage message = sms.parseBroadcastSms();
157 if (message != null) {
158 dispatchBroadcastMessage(message);
208 // It's a storable message and there's no storage available. Bail.
238 * {@link Activity#RESULT_OK} if the message ha
315 sendNewSubmitPdu(String destinationAddress, String scAddress, String message, SmsHeader smsHeader, int encoding, PendingIntent sentIntent, PendingIntent deliveryIntent, boolean lastPart) argument
[all...]
H A DSmsMessage.java67 * A Short Message Service message.
246 // Second byte is the MSG_LEN, length of the message
250 // Note: Data may include trailing FF's. That's OK; message
254 // the message has to be parsed before it can be displayed
283 * Get an SMS-SUBMIT PDU for a destination address and a message
287 * @param message String representation of the message payload.
288 * @param statusReportRequested Indicates whether a report is requested for this message.
292 * address, if applicable, and the encoded message.
296 public static SubmitPdu getSubmitPdu(String scAddr, String destAddr, String message, argument
[all...]

Completed in 245 milliseconds

1234567891011