Searched refs:RESULT_ERROR_GENERIC_FAILURE (Results 1 – 11 of 11) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SmsController.java | 157 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendDataForSubscriber() 171 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendDataForSubscriberWithSelfPermissionsInternal() 189 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendTextForSubscriber() 229 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendIccText() 244 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendTextForSubscriberWithSelfPermissionsInternal() 264 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendTextForSubscriberWithOptions() 285 sendErrorInPendingIntents(sentIntents, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendMultipartTextForSubscriber() 305 sendErrorInPendingIntents(sentIntents, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendMultipartTextForSubscriberWithOptions() 516 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendStoredText() 531 sendErrorInPendingIntents(sentIntents, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendStoredMultipartText()
|
D | SMSDispatcher.java | 20 import static android.telephony.SmsManager.RESULT_ERROR_GENERIC_FAILURE; 850 return RESULT_ERROR_GENERIC_FAILURE; in rilErrorToSmsManagerResult() 983 sentIntent.send(RESULT_ERROR_GENERIC_FAILURE); in triggerSentIntentForFailure() 1280 error = RESULT_ERROR_GENERIC_FAILURE; in sendRawPdu()
|
D | IccSmsInterfaceManager.java | 1491 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 | 168 SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendSms()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GsmSmsDispatcherTest.java | 293 assertEquals(SmsManager.RESULT_ERROR_GENERIC_FAILURE, mTestReceiver.getResultCode()); in testSendMultipartTextWithInvalidText()
|
/frameworks/base/telephony/java/android/telephony/ |
D | SmsManager.java | 2094 RESULT_ERROR_GENERIC_FAILURE, 2127 public static final int RESULT_ERROR_GENERIC_FAILURE = 1; field in SmsManager
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 2333 SmsManager.RESULT_ERROR_GENERIC_FAILURE)); in writeIncomingSmsWithType() 2400 SmsManager.RESULT_ERROR_GENERIC_FAILURE) in writeIncomingSmsSessionWithType() 2448 int smsError = SmsManager.RESULT_ERROR_GENERIC_FAILURE; in writeIncomingSmsError() 2461 smsError = SmsManager.RESULT_ERROR_GENERIC_FAILURE; in writeIncomingSmsError()
|
/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/non-updatable-api/ |
D | current.txt | 45609 field public static final int RESULT_ERROR_GENERIC_FAILURE = 1; // 0x1 46410 field @Deprecated public static final int RESULT_ERROR_GENERIC_FAILURE = 1; // 0x1
|
/frameworks/base/api/ |
D | current.txt | 45753 field public static final int RESULT_ERROR_GENERIC_FAILURE = 1; // 0x1 46554 field @Deprecated public static final int RESULT_ERROR_GENERIC_FAILURE = 1; // 0x1
|