Searched refs:sCountry (Results 1 – 1 of 1) sorted by relevance
50 private static String sCountry; field in LocationUtils127 if (sCountry != null) { in getCurrentCountry()128 return sCountry; in getCurrentCountry()137 if (TextUtils.isEmpty(sCountry)) { in getCurrentCountry()138 sCountry = context.getResources().getConfiguration().locale.getCountry(); in getCurrentCountry()140 return sCountry; in getCurrentCountry()