Searched defs:checkDestination (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsUsageMonitor.java78 /** Return value from {@link #checkDestination} for regular phone numbers. */
81 /** Return value from {@link #checkDestination} for free (no cost) short codes. */
84 /** Return value from {@link #checkDestination} for standard rate (non-premium) short codes. */
87 /** Return value from {@link #checkDestination} for possible premium short codes. */
90 /** Return value from {@link #checkDestination} for premium short codes. */
392 public int checkDestination(String destAddress, String countryIso) { method in class:SmsUsageMonitor
H A DSMSDispatcher.java1014 // checkDestination() returns true if the destination is not a premium short code or the
1017 if (checkDestination(tracker)) {
1039 boolean checkDestination(SmsTracker tracker) { method in class:SMSDispatcher
1053 smsCategory = mUsageMonitor.checkDestination(tracker.mDestAddress, simCountryIso);
1063 mUsageMonitor.checkDestination(tracker.mDestAddress, networkCountryIso));

Completed in 84 milliseconds