Home
last modified time | relevance | path

Searched defs:sendConfPdu (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/service/carrier/
DICarrierMessagingCallback.aidl28 void onSendMmsComplete(int result, in byte[] sendConfPdu); in onSendMmsComplete()
DCarrierMessagingServiceWrapper.java322 public void onSendMmsComplete(int result, @Nullable byte[] sendConfPdu) { in onSendMmsComplete()
363 public void onSendMmsComplete(int result, byte[] sendConfPdu) throws RemoteException { in onSendMmsComplete()
DCarrierMessagingService.java341 public SendMmsResult(int sendStatus, @Nullable byte[] sendConfPdu) { in SendMmsResult()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServicesSmsFilter.java297 public void onSendMmsComplete(int result, byte[] sendConfPdu) { in onSendMmsComplete()
DSMSDispatcher.java489 public void onSendMmsComplete(int result, byte[] sendConfPdu) { in onSendMmsComplete()
634 public void onSendMmsComplete(int result, byte[] sendConfPdu) { in onSendMmsComplete()