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 316 notifyAndAcknowledgeLastIncomingSms(false, Intents.RESULT_SMS_GENERIC_ERROR, null);
604 return Intents.RESULT_SMS_GENERIC_ERROR;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java 105 return Intents.RESULT_SMS_GENERIC_ERROR;
308 return Intents.RESULT_SMS_GENERIC_ERROR;
501 case Intents.RESULT_SMS_GENERIC_ERROR:
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java 92 return Intents.RESULT_SMS_GENERIC_ERROR;
375 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 54 milliseconds