Searched refs:SMS_CATEGORY_STANDARD_SHORT_CODE (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SmsUsageMonitorShortCodeTest.java | 23 import static android.telephony.SmsManager.SMS_CATEGORY_STANDARD_SHORT_CODE; 264 new ShortCodeTest("ie", "51234", SMS_CATEGORY_STANDARD_SHORT_CODE), 265 new ShortCodeTest("ie", "52345", SMS_CATEGORY_STANDARD_SHORT_CODE), 406 new ShortCodeTest("sg", "74688", SMS_CATEGORY_STANDARD_SHORT_CODE),
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SmsUsageMonitor.java | 210 return SmsManager.SMS_CATEGORY_STANDARD_SHORT_CODE; in getNumberCategory()
|
D | SMSDispatcher.java | 2184 || smsCategory == SmsManager.SMS_CATEGORY_STANDARD_SHORT_CODE) { in checkDestination()
|
/frameworks/base/telephony/java/android/telephony/ |
D | SmsManager.java | 3376 SmsManager.SMS_CATEGORY_STANDARD_SHORT_CODE, 3402 public static final int SMS_CATEGORY_STANDARD_SHORT_CODE = 2; field in SmsManager
|
/frameworks/proto_logging/stats/enums/telephony/ |
D | enums.proto | 502 SMS_CATEGORY_STANDARD_SHORT_CODE = 2; enumerator
|
/frameworks/base/core/api/ |
D | test-current.txt | 3355 field public static final int SMS_CATEGORY_STANDARD_SHORT_CODE = 2; // 0x2
|