Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/os/
DMmsMessagingDemo.java244 final SendConf sendConf = (SendConf) pdu; in handleSentResult() local
245 if (sendConf.getResponseStatus() == PduHeaders.RESPONSE_STATUS_OK) { in handleSentResult()
248 Log.e(TAG, "MMS sent, error=" + sendConf.getResponseStatus()); in handleSentResult()