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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushOverSms.java 162 return Intents.RESULT_SMS_GENERIC_ERROR;
183 return Intents.RESULT_SMS_GENERIC_ERROR;
254 return Intents.RESULT_SMS_GENERIC_ERROR;
SMSDispatcher.java 323 notifyAndAcknowledgeLastIncomingSms(false, Intents.RESULT_SMS_GENERIC_ERROR, null);
679 return Intents.RESULT_SMS_GENERIC_ERROR;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java 166 return Intents.RESULT_SMS_GENERIC_ERROR;
330 case Intents.RESULT_SMS_GENERIC_ERROR:
UsimDataDownloadHandler.java 64 * @return Activity.RESULT_OK on success; Intents.RESULT_SMS_GENERIC_ERROR on failure
71 return Intents.RESULT_SMS_GENERIC_ERROR;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java 134 return Intents.RESULT_SMS_GENERIC_ERROR;
391 case Intents.RESULT_SMS_GENERIC_ERROR:
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 506 public static final int RESULT_SMS_GENERIC_ERROR = 2;
    [all...]
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java     [all...]

Completed in 173 milliseconds