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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushOverSms.java 131 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;
InboundSmsHandler.java 428 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
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmInboundSmsHandler.java 172 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 241 case Intents.RESULT_SMS_GENERIC_ERROR:
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 621 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/current/
android.jar 

Completed in 79 milliseconds