Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGsmSmsDispatcherTest.java272 when(mSmsUsageMonitor.checkDestination(any(), any())) in testSendRawPduWithEventStopSending()
286 verify(mSmsUsageMonitor, times(1)).checkDestination(any(), any()); in testSendRawPduWithEventStopSending()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java1706 if (checkDestination(trackers)) { in sendRawPdu()
1732 boolean checkDestination(SmsTracker[] trackers) { in checkDestination() method in SMSDispatcher
1752 .checkDestination(trackers[0].mDestAddress, simCountryIso); in checkDestination()
1769 .checkDestination( in checkDestination()
H A DSmsUsageMonitor.java398 public int checkDestination(String destAddress, String countryIso) { in checkDestination() method in SmsUsageMonitor
H A DSmsController.java704 return getPhone(subId).mSmsUsageMonitor.checkDestination(destAddress, countryIso); in checkSmsShortCodeDestination()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSmsUsageMonitorShortCodeTest.java471 test.category, monitor.checkDestination(test.address, test.countryIso)); in testSmsUsageMonitor()