Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java386 onSendComplete(CarrierMessagingService.SEND_STATUS_RETRY_ON_CARRIER_NETWORK); in sendSmsByCarrierApp()
404 public abstract void onSendComplete(@CarrierMessagingService.SendResult int result); in onSendComplete() method in SMSDispatcher.SmsSender
423 onSendComplete(CarrierMessagingService.SEND_STATUS_RETRY_ON_CARRIER_NETWORK); in handleMessage()
469 onSendComplete(CarrierMessagingService.SEND_STATUS_RETRY_ON_CARRIER_NETWORK); in onServiceReady()
473 onSendComplete(CarrierMessagingService.SEND_STATUS_RETRY_ON_CARRIER_NETWORK); in onServiceReady()
478 public void onSendComplete(int result) { in onSendComplete() method in SMSDispatcher.TextSmsSender
526 onSendComplete(CarrierMessagingService.SEND_STATUS_RETRY_ON_CARRIER_NETWORK); in onServiceReady()
530 onSendComplete(CarrierMessagingService.SEND_STATUS_RETRY_ON_CARRIER_NETWORK); in onServiceReady()
535 public void onSendComplete(int result) { in onSendComplete() method in SMSDispatcher.DataSmsSender
690 onSendComplete(CarrierMessagingService.SEND_STATUS_RETRY_ON_CARRIER_NETWORK); in onServiceReady()
[all …]
/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DP2pLinkManager.java686 void onSendComplete(NdefMessage msg, long elapsedRealtime) { in onSendComplete() method in P2pLinkManager
967 onSendComplete(m, time); in doInBackground()