Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/epg/
DEpgFetcher.java81 private static final String SUPPORTED_COUNTRY_CODE = Locale.US.getCountry(); field in EpgFetcher
185 && !TextUtils.equals(address.getCountryCode(), SUPPORTED_COUNTRY_CODE)) { in canStart()
324 if (TextUtils.equals(address.getCountryCode(), SUPPORTED_COUNTRY_CODE)) { in getLineupForAddress()