Searched refs:sendConfPdu (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/service/carrier/
H A DICarrierMessagingCallback.aidl28 void onSendMmsComplete(int result, in byte[] sendConfPdu);
H A DCarrierMessagingService.java337 * @param sendConfPdu a possibly {code null} SendConf PDU, which confirms that the message
338 * was sent. sendConfPdu is ignored if the {@code result} is not
341 public SendMmsResult(int sendStatus, @Nullable byte[] sendConfPdu) { argument
343 mSendConfPdu = sendConfPdu;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServicesSmsFilter.java258 public void onSendMmsComplete(int result, byte[] sendConfPdu) { argument
H A DSMSDispatcher.java486 public void onSendMmsComplete(int result, byte[] sendConfPdu) { argument
620 public void onSendMmsComplete(int result, byte[] sendConfPdu) { argument

Completed in 167 milliseconds