HomeSort by relevance Sort by last modified time
    Searched refs:RESULT_SMS_GENERIC_ERROR (Results 1 - 12 of 12) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsHandler.java 589 result = Intents.RESULT_SMS_GENERIC_ERROR;
611 result = Intents.RESULT_SMS_GENERIC_ERROR;
617 result = Intents.RESULT_SMS_GENERIC_ERROR;
639 return Intents.RESULT_SMS_GENERIC_ERROR;
659 return Intents.RESULT_SMS_GENERIC_ERROR;
775 * @return {@link Intents#RESULT_SMS_HANDLED} or {@link Intents#RESULT_SMS_GENERIC_ERROR}
787 case Intents.RESULT_SMS_GENERIC_ERROR:
789 return Intents.RESULT_SMS_GENERIC_ERROR;
    [all...]
ImsSMSDispatcher.java 230 receivedIntent.send(Intents.RESULT_SMS_GENERIC_ERROR);
249 receivedIntent.send(Intents.RESULT_SMS_GENERIC_ERROR);
255 receivedIntent.send(Intents.RESULT_SMS_GENERIC_ERROR);
WapPushOverSms.java 164 * 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;
UiccSmsController.java 321 // RESULT_SMS_GENERIC_ERROR is documented for injectSmsPdu
322 sendErrorInPendingIntent(receivedIntent, Intents.RESULT_SMS_GENERIC_ERROR);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmInboundSmsHandler.java 208 case Intents.RESULT_SMS_GENERIC_ERROR:
UsimDataDownloadHandler.java 73 * @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/
CdmaInboundSmsHandler.java 225 case Intents.RESULT_SMS_GENERIC_ERROR:
  /frameworks/base/telephony/java/android/telephony/
Telephony.java 782 public static final int RESULT_SMS_GENERIC_ERROR = 2;
    [all...]
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java     [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 361 milliseconds