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

  /frameworks/base/telephony/java/com/android/internal/telephony/
WapPushOverSms.java 160 return Intents.RESULT_SMS_GENERIC_ERROR;
181 return Intents.RESULT_SMS_GENERIC_ERROR;
252 return Intents.RESULT_SMS_GENERIC_ERROR;
SMSDispatcher.java 267 notifyAndAcknowledgeLastIncomingSms(false, Intents.RESULT_SMS_GENERIC_ERROR, null);
612 return Intents.RESULT_SMS_GENERIC_ERROR;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java 107 return Intents.RESULT_SMS_GENERIC_ERROR;
350 case Intents.RESULT_SMS_GENERIC_ERROR:
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java 164 return Intents.RESULT_SMS_GENERIC_ERROR;
310 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/base/core/java/android/provider/
Telephony.java 509 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 480 milliseconds