Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsHandler.java603 result = Intents.RESULT_SMS_GENERIC_ERROR; in handleNewSms()
626 result = Intents.RESULT_SMS_GENERIC_ERROR; in handleInjectSms()
633 result = Intents.RESULT_SMS_GENERIC_ERROR; in handleInjectSms()
653 return Intents.RESULT_SMS_GENERIC_ERROR; in dispatchMessage()
673 return Intents.RESULT_SMS_GENERIC_ERROR; in dispatchMessage()
800 case Intents.RESULT_SMS_GENERIC_ERROR: in addTrackerToRawTableAndSendMessage()
802 return Intents.RESULT_SMS_GENERIC_ERROR; in addTrackerToRawTableAndSendMessage()
1385 return Intents.RESULT_SMS_GENERIC_ERROR; // reject message in addTrackerToRawTable()
1413 return Intents.RESULT_SMS_GENERIC_ERROR; in addTrackerToRawTable()
DSmsDispatchersController.java392 callback.onSmsInjectedResult(Intents.RESULT_SMS_GENERIC_ERROR); in injectSmsPdu()
399 callback.onSmsInjectedResult(Intents.RESULT_SMS_GENERIC_ERROR); in injectSmsPdu()
416 callback.onSmsInjectedResult(Intents.RESULT_SMS_GENERIC_ERROR); in injectSmsPdu()
420 callback.onSmsInjectedResult(Intents.RESULT_SMS_GENERIC_ERROR); in injectSmsPdu()
DWapPushOverSms.java220 result.statusCode = Intents.RESULT_SMS_GENERIC_ERROR; in decodeWapPdu()
242 result.statusCode = Intents.RESULT_SMS_GENERIC_ERROR; in decodeWapPdu()
319 result.statusCode = Intents.RESULT_SMS_GENERIC_ERROR; in decodeWapPdu()
408 return Intents.RESULT_SMS_GENERIC_ERROR; in dispatchWapPdu()
DSmsController.java432 sendErrorInPendingIntent(receivedIntent, Intents.RESULT_SMS_GENERIC_ERROR); in injectSmsPduForSubscriber()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmInboundSmsHandler.java183 case Intents.RESULT_SMS_GENERIC_ERROR: in resultToCause()
DUsimDataDownloadHandler.java113 return Intents.RESULT_SMS_GENERIC_ERROR; in startDataDownload()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSmsDispatchersControllerTest.java169 assertEquals(Intents.RESULT_SMS_GENERIC_ERROR, result); in testInjectNullSmsPdu()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaInboundSmsHandler.java213 case Intents.RESULT_SMS_GENERIC_ERROR: in resultToCause()
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DWapPushTest.java2095 return Intents.RESULT_SMS_GENERIC_ERROR; in dispatchWapPdu()
2116 return Intents.RESULT_SMS_GENERIC_ERROR; in dispatchWapPdu()
/frameworks/base/telephony/java/android/provider/
DTelephony.java869 public static final int RESULT_SMS_GENERIC_ERROR = 2; field in Telephony.Sms.Intents
/frameworks/base/telephony/java/android/telephony/
DSmsManager.java715 receivedIntent.send(Telephony.Sms.Intents.RESULT_SMS_GENERIC_ERROR); in injectSmsPdu()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java2390 case Intents.RESULT_SMS_GENERIC_ERROR: in writeIncomingSmsError()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt25754 field public static final int RESULT_SMS_GENERIC_ERROR = 2; // 0x2
/frameworks/base/api/
Dcurrent.txt39259 field public static final int RESULT_SMS_GENERIC_ERROR = 2; // 0x2