Home
last modified time | relevance | path

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

/packages/apps/TV/common/src/com/android/tv/common/util/
DLocationUtils.java50 private static String sCountry; field in LocationUtils
127 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()