Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdnr/
DCarrierDisplayNameResolver.java335 boolean useRootLocale = config.getBoolean(CarrierConfigManager.KEY_WFC_SPN_USE_ROOT_LOCALE); in getCarrierDisplayNameFromWifiCallingOverride()
337 if (useRootLocale) r.getConfiguration().setLocale(Locale.ROOT); in getCarrierDisplayNameFromWifiCallingOverride()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java2445 boolean useRootLocale) { in getResourcesForSubId() argument
2449 if (isValidSubscriptionId(subId) && !useRootLocale) { in getResourcesForSubId()
2467 if (useRootLocale) { in getResourcesForSubId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java2664 boolean useRootLocale = false; in updateSpnDisplayLegacy()
2673 useRootLocale = in updateSpnDisplayLegacy()
2677 mPhone.getSubId(), useRootLocale) in updateSpnDisplayLegacy()