Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmSmsDispatcherTest.java269 when(mSmsUsageMonitor.checkDestination(any(), any())) in testSendRawPduWithEventStopSending()
283 verify(mSmsUsageMonitor, times(1)).checkDestination(any(), any()); in testSendRawPduWithEventStopSending()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSmsUsageMonitorShortCodeTest.java471 test.category, monitor.checkDestination(test.address, test.countryIso)); in testSmsUsageMonitor()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSMSDispatcher.java2106 if (checkDestination(trackers)) { in sendRawPdu()
2132 boolean checkDestination(SmsTracker[] trackers) { in checkDestination() method in SMSDispatcher
2154 .checkDestination(trackers[0].mDestAddress, simCountryIso); in checkDestination()
2172 .checkDestination( in checkDestination()
DSmsUsageMonitor.java403 public int checkDestination(String destAddress, String countryIso) { in checkDestination() method in SmsUsageMonitor
DSmsController.java972 return getPhone(subId).mSmsUsageMonitor.checkDestination(destAddress, countryIso); in checkSmsShortCodeDestination()