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

  /frameworks/base/telephony/java/com/android/internal/telephony/
WapPushOverSms.java 85 return Intents.RESULT_SMS_GENERIC_ERROR;
106 return Intents.RESULT_SMS_GENERIC_ERROR;
SMSDispatcher.java 311 notifyAndAcknowledgeLastIncomingSms(false, Intents.RESULT_SMS_GENERIC_ERROR, null);
627 return Intents.RESULT_SMS_GENERIC_ERROR;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java 106 return Intents.RESULT_SMS_GENERIC_ERROR;
316 return Intents.RESULT_SMS_GENERIC_ERROR;
499 case Intents.RESULT_SMS_GENERIC_ERROR:
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java 103 return Intents.RESULT_SMS_GENERIC_ERROR;
390 case Intents.RESULT_SMS_GENERIC_ERROR:
  /frameworks/base/core/java/android/provider/
Telephony.java 503 public static final int RESULT_SMS_GENERIC_ERROR = 2;
    [all...]

Completed in 320 milliseconds