Home
last modified time | relevance | path

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

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