Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DTelephonyShellCommand.java3618 Map<String, Long> cachedNetworkCountryCodes = new HashMap<>(); in handleSetCountryCodes() local
3635 cachedNetworkCountryCodes = parseStringLongMap(cachedNetworkCountryCodeStr); in handleSetCountryCodes()
3655 cachedNetworkCountryCodes, locationCountryCode, in handleSetCountryCodes()
DPhoneInterfaceManager.java13876 Map cachedNetworkCountryCodes, String locationCountryCode, in setCountryCodes() argument
13883 + String.join(", ", cachedNetworkCountryCodes.keySet())); in setCountryCodes()
13890 reset, currentNetworkCountryCodes, cachedNetworkCountryCodes, locationCountryCode, in setCountryCodes()