HomeSort by relevance Sort by last modified time
    Searched refs:sendReq (Results 1 - 11 of 11) sorted by null

  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduPersister.java 636 pdu = new SendReq(headers, body);
    [all...]
PduParser.java 146 SendReq sendReq = new SendReq(mHeaders, mBody);
147 return sendReq;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduPersister.java 672 return new SendReq(headers, body);
    [all...]
PduParser.java 165 SendReq sendReq = new SendReq(mHeaders, mBody);
166 return sendReq;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsSender.java 41 import com.android.messaging.mmslib.pdu.SendReq;
64 * @param sendReq The SendReq PDU of the message
68 final SendReq sendReq, final Bundle sentIntentExras) throws MmsFailureException {
73 sendReq,
MmsUtils.java 68 import com.android.messaging.mmslib.pdu.SendReq;
    [all...]
  /packages/services/Mms/src/com/android/mms/service/
SendRequest.java 50 import com.google.android.mms.pdu.SendReq;
125 SendReq sendReq = (SendReq) parsedPdu;
126 for (EncodedStringValue encodedStringValue : sendReq.getTo()) {
172 if (!(pdu instanceof SendReq)) {
173 LogUtil.d(requestId, "persistIfRequired: not SendReq");
244 if (!(pdu instanceof SendReq)) {
245 LogUtil.i(requestId, "updateDestinationAddress: not SendReq");
249 boolean isUpdated = updateDestinationAddressPerType((SendReq)pdu, PduHeaders.TO)
    [all...]
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
PduParser.java 143 SendReq sendReq = new SendReq(mHeaders, mBody);
144 return sendReq;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 498 milliseconds