Searched refs:sLastCountry (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/util/
H A DTimeUtils.java50 private static String sLastCountry = null; field in class:TimeUtils
157 if ((country != null) && country.equals(sLastCountry)) {
212 sLastCountry = country;

Completed in 47 milliseconds