Searched refs:checkDestination (Results 1 – 5 of 5) sorted by relevance
244 when(mSmsUsageMonitor.checkDestination(any(), any())) in testSendRawPduWithEventStopSending()257 verify(mSmsUsageMonitor, times(1)).checkDestination(any(), any()); in testSendRawPduWithEventStopSending()
1296 if (checkDestination(trackers)) { in sendRawPdu()1322 boolean checkDestination(SmsTracker[] trackers) { in checkDestination() method in SMSDispatcher1342 .checkDestination(trackers[0].mDestAddress, simCountryIso); in checkDestination()1359 .checkDestination( in checkDestination()
387 public int checkDestination(String destAddress, String countryIso) { in checkDestination() method in SmsUsageMonitor
695 return getPhone(subId).mSmsUsageMonitor.checkDestination(destAddress, countryIso); in checkSmsShortCodeDestination()
471 test.category, monitor.checkDestination(test.address, test.countryIso)); in testSmsUsageMonitor()