Searched refs:networkCountryIso (Results 1 – 1 of 1) sorted by relevance
1034 String networkCountryIso = mTelephonyManager.getNetworkCountryIso(); in checkDestination() local1035 if (networkCountryIso == null || networkCountryIso.length() != 2) { in checkDestination()1037 networkCountryIso = mTelephonyManager.getSimCountryIso(); in checkDestination()1041 mUsageMonitor.checkDestination(tracker.mDestAddress, networkCountryIso)); in checkDestination()