Searched refs:RESULT_ERROR_GENERIC_FAILURE (Results 1 – 10 of 10) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | UiccSmsController.java | 111 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendDataForSubscriber() 145 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendTextForSubscriber() 197 sendErrorInPendingIntents(sentIntents, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendMultipartTextForSubscriber() 392 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendStoredText() 407 sendErrorInPendingIntents(sentIntents, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendStoredMultipartText()
|
D | SMSDispatcher.java | 23 import static android.telephony.SmsManager.RESULT_ERROR_GENERIC_FAILURE; 712 int error = RESULT_ERROR_GENERIC_FAILURE; in handleSendComplete() 872 sentIntent.send(SmsManager.RESULT_ERROR_GENERIC_FAILURE); in triggerSentIntentForFailure() 1149 tracker.onFailed(mContext, RESULT_ERROR_GENERIC_FAILURE, 0/*errorCode*/); in sendRawPdu() 1161 tracker.onFailed(mContext, RESULT_ERROR_GENERIC_FAILURE, 0/*errorCode*/); in sendRawPdu()
|
D | SmsDispatchersController.java | 283 tracker.onFailed(mContext, SmsManager.RESULT_ERROR_GENERIC_FAILURE, 0/*errorCode*/); in sendRetrySms()
|
D | IccSmsInterfaceManager.java | 1235 pi.send(SmsManager.RESULT_ERROR_GENERIC_FAILURE); in returnUnspecifiedFailure()
|
/frameworks/opt/telephony/src/java/android/telephony/gsm/ |
D | SmsManager.java | 247 @Deprecated static public final int RESULT_ERROR_GENERIC_FAILURE = 1; field in SmsManager
|
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsSmsImplBase.java | 157 SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendSms()
|
/frameworks/base/telephony/java/android/telephony/ |
D | SmsManager.java | 1387 static public final int RESULT_ERROR_GENERIC_FAILURE = 1; field in SmsManager
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 28546 field public static final int RESULT_ERROR_GENERIC_FAILURE = 1; // 0x1 28781 field public static final deprecated int RESULT_ERROR_GENERIC_FAILURE = 1; // 0x1
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 43119 Landroid/telephony/gsm/SmsManager;->RESULT_ERROR_GENERIC_FAILURE:I 44333 Landroid/telephony/SmsManager;->RESULT_ERROR_GENERIC_FAILURE:I
|
/frameworks/base/api/ |
D | current.txt | 42284 field public static final int RESULT_ERROR_GENERIC_FAILURE = 1; // 0x1 42820 field public static final deprecated int RESULT_ERROR_GENERIC_FAILURE = 1; // 0x1
|