Searched refs:RESULT_SMS_GENERIC_ERROR (Results 1 - 10 of 10) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsHandler.java547 result = Intents.RESULT_SMS_GENERIC_ERROR;
569 result = Intents.RESULT_SMS_GENERIC_ERROR;
575 result = Intents.RESULT_SMS_GENERIC_ERROR;
595 return Intents.RESULT_SMS_GENERIC_ERROR;
615 return Intents.RESULT_SMS_GENERIC_ERROR;
731 * @return {@link Intents#RESULT_SMS_HANDLED} or {@link Intents#RESULT_SMS_GENERIC_ERROR}
743 case Intents.RESULT_SMS_GENERIC_ERROR:
745 return Intents.RESULT_SMS_GENERIC_ERROR;
1252 return Intents.RESULT_SMS_GENERIC_ERROR; // reject message
1280 return Intents.RESULT_SMS_GENERIC_ERROR;
[all...]
H A DSmsDispatchersController.java214 callback.onSmsInjectedResult(Intents.RESULT_SMS_GENERIC_ERROR);
221 callback.onSmsInjectedResult(Intents.RESULT_SMS_GENERIC_ERROR);
238 callback.onSmsInjectedResult(Intents.RESULT_SMS_GENERIC_ERROR);
242 callback.onSmsInjectedResult(Intents.RESULT_SMS_GENERIC_ERROR);
H A DWapPushOverSms.java164 * Intents.RESULT_SMS_GENERIC_ERROR - the pdu is invalid.
214 result.statusCode = Intents.RESULT_SMS_GENERIC_ERROR;
236 result.statusCode = Intents.RESULT_SMS_GENERIC_ERROR;
313 result.statusCode = Intents.RESULT_SMS_GENERIC_ERROR;
383 return Intents.RESULT_SMS_GENERIC_ERROR;
H A DUiccSmsController.java352 // RESULT_SMS_GENERIC_ERROR is documented for injectSmsPdu
353 sendErrorInPendingIntent(receivedIntent, Intents.RESULT_SMS_GENERIC_ERROR);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmInboundSmsHandler.java208 case Intents.RESULT_SMS_GENERIC_ERROR:
H A DUsimDataDownloadHandler.java73 * @return {@code Activity.RESULT_OK} on success; {@code RESULT_SMS_GENERIC_ERROR} on failure
102 * @return {@code Activity.RESULT_OK} on success; {@code RESULT_SMS_GENERIC_ERROR} on failure
109 return Intents.RESULT_SMS_GENERIC_ERROR;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaInboundSmsHandler.java223 case Intents.RESULT_SMS_GENERIC_ERROR:
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSmsDispatchersControllerTest.java175 assertEquals(Intents.RESULT_SMS_GENERIC_ERROR, result);
/frameworks/base/telephony/java/android/provider/
H A DTelephony.java783 public static final int RESULT_SMS_GENERIC_ERROR = 2; field in class:Telephony.Sms.Intents
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DWapPushTest.java2095 return Intents.RESULT_SMS_GENERIC_ERROR;
2116 return Intents.RESULT_SMS_GENERIC_ERROR;

Completed in 156 milliseconds