Home
last modified time | relevance | path

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

/packages/apps/TV/common/src/com/android/tv/common/feature/
DCommonFeatures.java70 String country = LocationUtils.getCurrentCountry(context);
/packages/apps/TV/common/src/com/android/tv/common/util/
DPostalCodeUtils.java119 REGION_MAX_LENGTH.get(LocationUtils.getCurrentCountry(context).toUpperCase()); in getRegionMaxLength()
DLocationUtils.java126 public static synchronized String getCurrentCountry(Context context) { in getCurrentCountry() method in LocationUtils
/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
DPostalCodeFragment.java81 String region = LocationUtils.getCurrentCountry(getContext()); in setOnClickAction()
/packages/apps/TV/src/com/android/tv/data/epg/
DEpgFetcherImpl.java343 + LocationUtils.getCurrentCountry(mContext)); in checkFetchPrerequisite()
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java850 .getCurrentCountry().toLowerCase(); in isRttCurrentlySupported()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java2324 if (!TextUtils.isEmpty(lt.getCurrentCountry())) return lt.getCurrentCountry(); in getNetworkCountryIsoForPhone()