Searched defs:message (Results 1 - 25 of 193) sorted by last modified time

12345678

/frameworks/testing/androidtestlib/src/com/android/test/runner/junit4/
H A DAndroidJUnit4ClassRunner.java43 InvalidInjectException(String message) { argument
44 super(message);
/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/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 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...]
/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...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
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...]
H A DGsmMmiCode.java130 CharSequence message; field in class:GsmMmiCode
233 ret.message = ussdMessage;
252 ret.message = ussdMessge;
422 return message;
817 message = context.getText(com.android.internal.R.string.mmiError);
827 message = sb;
844 message = context.getText(com.android.internal.R.string.mmiComplete);
846 message = ussdMessage;
868 message = context.getText(com.android.internal.R.string.mmiError);
936 message
[all...]
H A DGsmSMSDispatcher.java90 * @param msg the message to handle
106 Log.d(TAG, "Successfully wrote SMS-PP message to UICC");
109 Log.d(TAG, "Failed to write SMS-PP message to UICC", ar.exception);
124 * @param ar AsyncResult passed into the message handler. ar.result should
163 Log.e(TAG, "dispatchMessage: message is null");
172 Log.d(TAG, "Received short message type 0, Don't display or store it. Send Ack");
179 // If we receive an SMS-PP message before the UsimServiceTable has been loaded,
188 Log.d(TAG, "DATA_DL_VIA_SMS_PP service not available, storing message to UICC.");
201 Log.d(TAG, "Received short message on device which doesn't support "
206 // Special case the message waitin
273 sendNewSubmitPdu(String destinationAddress, String scAddress, String message, SmsHeader smsHeader, int encoding, PendingIntent sentIntent, PendingIntent deliveryIntent, boolean lastPart) argument
[all...]
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 DSmsMessage.java45 * A Short Message Service message.
92 * This field is true iff the message is a SMS-STATUS-REPORT message.
182 // Note: Data may include trailing FF's. That's OK; message
206 * Get an SMS-SUBMIT PDU for a destination address and a message
210 * address, if applicable, and the encoded message.
215 String destinationAddress, String message,
217 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, header,
223 * Get an SMS-SUBMIT PDU for a destination address and a message using the
232 * address, if applicable, and the encoded message
214 getSubmitPdu(String scAddress, String destinationAddress, String message, boolean statusReportRequested, byte[] header) argument
236 getSubmitPdu(String scAddress, String destinationAddress, String message, boolean statusReportRequested, byte[] header, int encoding, int languageTable, int languageShiftTable) argument
350 encodeUCS2(String message, byte[] header) argument
380 getSubmitPdu(String scAddress, String destinationAddress, String message, boolean statusReportRequested) argument
[all...]
/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
H A DSimulatedCommands.java436 * returned message
463 * returned message
474 * returned message
491 * returned message
511 * returned message
522 * returned message
533 * returned message
545 * returned message
775 * @param result is callback message
784 * @param result is callback message
1177 triggerIncomingUssd(String statusCode, String message) argument
1305 triggerIncomingSMS(String message) argument
[all...]
H A DSimulatedRadioControl.java39 public void triggerIncomingSMS(String message); argument
51 /** Generates an incoming USSD message. */
52 public void triggerIncomingUssd(String statusCode, String message); argument
/frameworks/opt/telephony/src/java/android/telephony/
H A DCellBroadcastMessage.java37 * decoded broadcast message objects can be passed between running Services.
60 public CellBroadcastMessage(SmsCbMessage message) { argument
61 mSmsCbMessage = message;
66 private CellBroadcastMessage(SmsCbMessage message, long deliveryTime, boolean isRead) { argument
67 mSmsCbMessage = message;
272 * Set or clear the "read message" flag.
273 * @param isRead true if the message has been read; false if not
312 * Return whether the broadcast is an emergency (PWS) message type.
316 * but only emergency alerts play the alert sound and speak the message.
318 * @return true if the message i
[all...]
H A DSmsMessage.java37 * A Short Message Service message.
61 /** The maximum number of payload bytes per message */
65 * The maximum number of payload bytes per message if a user data header
71 /** The maximum number of payload septets per message */
75 * The maximum number of payload septets per message if a user data header
82 * Indicates a 3GPP format SMS message.
88 * Indicates a 3GPP2 format SMS message.
144 * Create an SmsMessage from a raw PDU with the specified message format. The
145 * message format is passed in the {@code SMS_RECEIVED_ACTION} as the {@code format}
149 * @param pdu the message PD
398 getSubmitPdu(String scAddress, String destinationAddress, String message, boolean statusReportRequested) argument
[all...]

Completed in 2256 milliseconds

12345678