Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cat/
DCATServiceTest.java263 SmsManager.RESULT_ERROR_GENERIC_FAILURE); in testSendTerminalResponseForSendSmsRpError()
268 SmsManager.RESULT_ERROR_GENERIC_FAILURE, null, null); in testSendTerminalResponseForSendSmsRpError()
278 SmsManager.RESULT_ERROR_GENERIC_FAILURE); in testSendTerminalResponseForSendSmsNetworkError()
283 SmsManager.RESULT_ERROR_GENERIC_FAILURE, null, null); in testSendTerminalResponseForSendSmsNetworkError()
293 SmsManager.RESULT_ERROR_GENERIC_FAILURE); in testSendTerminalResponseForDeliveryFailure()
296 SmsManager.RESULT_ERROR_GENERIC_FAILURE, null, null); in testSendTerminalResponseForDeliveryFailure()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsController.java204 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendDataForSubscriber()
218 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendDataForSubscriberWithSelfPermissionsInternal()
275 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendTextForSubscriber()
342 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendIccText()
357 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendTextForSubscriberWithSelfPermissionsInternal()
394 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendTextForSubscriberWithOptions()
435 sendErrorInPendingIntents(sentIntents, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendMultipartTextForSubscriber()
472 sendErrorInPendingIntents(sentIntents, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendMultipartTextForSubscriberWithOptions()
731 sendErrorInPendingIntent(sentIntent, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendStoredText()
752 sendErrorInPendingIntents(sentIntents, SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendStoredMultipartText()
DSMSDispatcher.java1221 return SmsManager.RESULT_ERROR_GENERIC_FAILURE; in rilErrorToSmsManagerResult()
1662 sentIntent.send(SmsManager.RESULT_ERROR_GENERIC_FAILURE); in triggerSentIntentForFailure()
2093 error = SmsManager.RESULT_ERROR_GENERIC_FAILURE; in sendRawPdu()
DIccSmsInterfaceManager.java1532 pi.send(SmsManager.RESULT_ERROR_GENERIC_FAILURE); in returnUnspecifiedFailure()
DSmsDispatchersController.java1449 sentIntent.send(SmsManager.RESULT_ERROR_GENERIC_FAILURE); in triggerSentIntentForFailure()
/frameworks/opt/telephony/src/java/android/telephony/gsm/
DSmsManager.java247 @Deprecated static public final int RESULT_ERROR_GENERIC_FAILURE = 1; field in SmsManager
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsSmsImplBase.java184 SmsManager.RESULT_ERROR_GENERIC_FAILURE); in sendSms()
/frameworks/base/telephony/java/android/telephony/
DSmsManager.java2376 RESULT_ERROR_GENERIC_FAILURE,
2456 public static final int RESULT_ERROR_GENERIC_FAILURE = 1; field in SmsManager
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmSmsDispatcherTest.java318 assertEquals(SmsManager.RESULT_ERROR_GENERIC_FAILURE, mTestReceiver.getResultCode()); in testSendMultipartTextWithInvalidText()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java2430 SmsManager.RESULT_ERROR_GENERIC_FAILURE)); in writeIncomingSmsWithType()
2498 success ? SmsManager.RESULT_ERROR_NONE : SmsManager.RESULT_ERROR_GENERIC_FAILURE; in writeIncomingSmsSessionWithType()
2565 int smsError = SmsManager.RESULT_ERROR_GENERIC_FAILURE; in writeIncomingSmsError()
2578 smsError = SmsManager.RESULT_ERROR_GENERIC_FAILURE; in writeIncomingSmsError()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/analytics/
DTelephonyAnalytics.java1059 case SmsManager.RESULT_ERROR_GENERIC_FAILURE: in getSmsFailureReasonString()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28546 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/core/api/
Dcurrent.txt45589 field public static final int RESULT_ERROR_GENERIC_FAILURE = 1; // 0x1
46820 field @Deprecated public static final int RESULT_ERROR_GENERIC_FAILURE = 1; // 0x1