Searched refs:SendConf (Results 1 – 3 of 3) sorted by relevance
22 public class SendConf extends GenericPdu { class31 public SendConf() throws InvalidHeaderValueException { in SendConf() method in SendConf41 SendConf(PduHeaders headers) { in SendConf() method in SendConf
152 SendConf sendConf = new SendConf(mHeaders); in parse()
30 import com.example.android.mmslib.pdu.SendConf;243 if (pdu instanceof SendConf) { in handleSentResult()244 final SendConf sendConf = (SendConf) pdu; in handleSentResult()