Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DMmsTest.java123 final SendConf sendConf = (SendConf) pdu; in onReceive() local
124 if (sendConf.getResponseStatus() == PduHeaders.RESPONSE_STATUS_OK) { in onReceive()
127 Log.e(TAG, "SendConf response status=" + sendConf.getResponseStatus()); in onReceive()