Searched refs:RESULT_ERROR_GENERIC_FAILURE (Results 1 – 10 of 10) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SmsController.java | 162 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendDataForSubscriber() 176 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendDataForSubscriberWithSelfPermissionsInternal() 194 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendTextForSubscriber() 235 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendIccText() 250 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendTextForSubscriberWithSelfPermissionsInternal() 270 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendTextForSubscriberWithOptions() 292 sendErrorInPendingIntents(sentIntents, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendMultipartTextForSubscriber() 312 sendErrorInPendingIntents(sentIntents, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendMultipartTextForSubscriberWithOptions() 527 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendStoredText() 546 sendErrorInPendingIntents(sentIntents, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendStoredMultipartText()
|
D | SMSDispatcher.java | 1027 return SmsManager.RESULT_ERROR_GENERIC_FAILURE; in rilErrorToSmsManagerResult() 1270 sentIntent.send(SmsManager.RESULT_ERROR_GENERIC_FAILURE); in triggerSentIntentForFailure() 1693 error = SmsManager.RESULT_ERROR_GENERIC_FAILURE; in sendRawPdu()
|
D | IccSmsInterfaceManager.java | 1466 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 | 166 SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendSms()
|
/frameworks/base/telephony/java/android/telephony/ |
D | SmsManager.java | 2245 RESULT_ERROR_GENERIC_FAILURE, 2310 public static final int RESULT_ERROR_GENERIC_FAILURE = 1; field in SmsManager
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GsmSmsDispatcherTest.java | 321 assertEquals(SmsManager.RESULT_ERROR_GENERIC_FAILURE, mTestReceiver.getResultCode()); in testSendMultipartTextWithInvalidText()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 2421 SmsManager.RESULT_ERROR_GENERIC_FAILURE)); in writeIncomingSmsWithType() 2489 success ? SmsManager.RESULT_ERROR_NONE : SmsManager.RESULT_ERROR_GENERIC_FAILURE; in writeIncomingSmsSessionWithType() 2556 int smsError = SmsManager.RESULT_ERROR_GENERIC_FAILURE; in writeIncomingSmsError() 2569 smsError = SmsManager.RESULT_ERROR_GENERIC_FAILURE; in writeIncomingSmsError()
|
/frameworks/base/core/api/ |
D | current.txt | 42243 field public static final int RESULT_ERROR_GENERIC_FAILURE = 1; // 0x1 43310 field @Deprecated public static final int RESULT_ERROR_GENERIC_FAILURE = 1; // 0x1
|
/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
|