Home
last modified time | relevance | path

Searched refs: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() argument
DCarrierMessagingServiceWrapper.java373 int result, @Nullable byte[] sendConfPdu) { in onSendMmsComplete() argument
419 public void onSendMmsComplete(int result, byte[] sendConfPdu) throws RemoteException { in onSendMmsComplete() argument
421 result, sendConfPdu)); in onSendMmsComplete()
DCarrierMessagingService.java378 public SendMmsResult(int sendStatus, @Nullable byte[] sendConfPdu) { in SendMmsResult() argument
380 mSendConfPdu = sendConfPdu; in SendMmsResult()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServicesSmsFilter.java330 public void onSendMmsComplete(int result, byte[] sendConfPdu) { in onSendMmsComplete() argument
DSMSDispatcher.java597 public void onSendMmsComplete(int result, byte[] sendConfPdu) { in onSendMmsComplete() argument
764 public void onSendMmsComplete(int result, byte[] sendConfPdu) { in onSendMmsComplete() argument