Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DUiccSmsController.java107 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendDataForSubscriber()
141 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendTextForSubscriber()
318 sendErrorInPendingIntent(receivedIntent, Intents.RESULT_SMS_GENERIC_ERROR); in injectSmsPduForSubscriber()
376 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendStoredText()
423 private void sendErrorInPendingIntent(@Nullable PendingIntent intent, int errorCode) { in sendErrorInPendingIntent() method in UiccSmsController
434 sendErrorInPendingIntent(intent, errorCode); in sendErrorInPendingIntents()