Home
last modified time | relevance | path

Searched refs:smsCategory (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSMSDispatcher.java2139 int smsCategory = SmsManager.SMS_CATEGORY_NOT_SHORT_CODE; in checkDestination() local
2151 smsCategory = in checkDestination()
2167 smsCategory = in checkDestination()
2169 smsCategory, in checkDestination()
2176 if (smsCategory != SmsManager.SMS_CATEGORY_NOT_SHORT_CODE) { in checkDestination()
2179 mPhone.getSmsStats().onOutgoingShortCodeSms(smsCategory, xmlVersion); in checkDestination()
2182 if (smsCategory == SmsManager.SMS_CATEGORY_NOT_SHORT_CODE in checkDestination()
2183 || smsCategory == SmsManager.SMS_CATEGORY_FREE_SHORT_CODE in checkDestination()
2184 || smsCategory == SmsManager.SMS_CATEGORY_STANDARD_SHORT_CODE) { in checkDestination()
2224 if (smsCategory == SmsManager.SMS_CATEGORY_POSSIBLE_PREMIUM_SHORT_CODE) { in checkDestination()