Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsUsageMonitor.java107 private String mCurrentCountry; field in SmsUsageMonitor
397 if (mCurrentCountry == null || !countryIso.equals(mCurrentCountry) || in checkDestination()
406 mCurrentCountry = countryIso; in checkDestination()