Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmSmsDispatcherTest.java241 when(mSmsUsageMonitor.checkDestination(any(), any())) in testSendRawPduWithEventStopSending()
254 verify(mSmsUsageMonitor, times(1)).checkDestination(any(), any()); in testSendRawPduWithEventStopSending()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSMSDispatcher.java1293 if (checkDestination(trackers)) { in sendRawPdu()
1319 boolean checkDestination(SmsTracker[] trackers) { in checkDestination() method in SMSDispatcher
1338 .checkDestination(trackers[0].mDestAddress, simCountryIso); in checkDestination()
1354 .checkDestination( in checkDestination()
DSmsUsageMonitor.java383 public int checkDestination(String destAddress, String countryIso) { in checkDestination() method in SmsUsageMonitor
DSmsController.java689 return getPhone(subId).mSmsUsageMonitor.checkDestination(destAddress, countryIso); in checkSmsShortCodeDestination()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSmsUsageMonitorShortCodeTest.java471 test.category, monitor.checkDestination(test.address, test.countryIso)); in testSmsUsageMonitor()
/frameworks/base/config/
Dboot-image-profile.txt43107 HSPLcom/android/internal/telephony/SMSDispatcher;->checkDestination(Lcom/android/internal/telephony…