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

  /frameworks/base/core/java/com/google/android/mms/pdu/
SendConf.java 22 public class SendConf extends GenericPdu {
31 public SendConf() throws InvalidHeaderValueException {
41 SendConf(PduHeaders headers) {
PduParser.java 141 SendConf sendConf = new SendConf(mHeaders);
142 return sendConf;
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
SendTransaction.java 29 import com.google.android.mms.pdu.SendConf;
124 SendConf conf = (SendConf) new PduParser(response).parse();

Completed in 1704 milliseconds