Searched refs:checkDestination (Results 1 - 4 of 4) sorted by path

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
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));
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
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSmsUsageMonitorShortCodeTest.java473 test.category, monitor.checkDestination(test.address, test.countryIso));
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGsmSmsDispatcherTest.java225 when(mSmsUsageMonitor.checkDestination(any(), any()))
237 verify(mSmsUsageMonitor, times(1)).checkDestination(any(), any());

Completed in 148 milliseconds