Home
last modified time | relevance | path

Searched refs:SendConf (Results 1 – 3 of 3) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DSendConf.java22 public class SendConf extends GenericPdu { class
31 public SendConf() throws InvalidHeaderValueException { in SendConf() method in SendConf
41 SendConf(PduHeaders headers) { in SendConf() method in SendConf
DPduParser.java152 SendConf sendConf = new SendConf(mHeaders); in parse()
/development/samples/ApiDemos/src/com/example/android/apis/os/
DMmsMessagingDemo.java30 import com.example.android.mmslib.pdu.SendConf;
243 if (pdu instanceof SendConf) { in handleSentResult()
244 final SendConf sendConf = (SendConf) pdu; in handleSentResult()