Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSMSDispatcher.java1034 String networkCountryIso = mTelephonyManager.getNetworkCountryIso(); in checkDestination() local
1035 if (networkCountryIso == null || networkCountryIso.length() != 2) { in checkDestination()
1037 networkCountryIso = mTelephonyManager.getSimCountryIso(); in checkDestination()
1041 mUsageMonitor.checkDestination(tracker.mDestAddress, networkCountryIso)); in checkDestination()