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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWapPushOverSms.java131 return Intents.RESULT_SMS_GENERIC_ERROR;
152 return Intents.RESULT_SMS_GENERIC_ERROR;
223 return Intents.RESULT_SMS_GENERIC_ERROR;
261 return Intents.RESULT_SMS_GENERIC_ERROR;
H A DInboundSmsHandler.java428 result = Intents.RESULT_SMS_GENERIC_ERROR;
451 return Intents.RESULT_SMS_GENERIC_ERROR;
564 * @return {@link Intents#RESULT_SMS_HANDLED} or {@link Intents#RESULT_SMS_GENERIC_ERROR}
576 case Intents.RESULT_SMS_GENERIC_ERROR:
578 return Intents.RESULT_SMS_GENERIC_ERROR;
771 return Intents.RESULT_SMS_GENERIC_ERROR; // reject message
794 return Intents.RESULT_SMS_GENERIC_ERROR;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmInboundSmsHandler.java172 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.java241 case Intents.RESULT_SMS_GENERIC_ERROR:
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java621 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.java2076 return Intents.RESULT_SMS_GENERIC_ERROR;
2097 return Intents.RESULT_SMS_GENERIC_ERROR;

Completed in 140 milliseconds