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.java3828 Map<String, Long> cachedNetworkCountryCodes = new HashMap<>(); in handleSetCountryCodes() local
3845 cachedNetworkCountryCodes = parseStringLongMap(cachedNetworkCountryCodeStr); in handleSetCountryCodes()
3865 cachedNetworkCountryCodes, locationCountryCode, in handleSetCountryCodes()
DPhoneInterfaceManager.java14518 Map cachedNetworkCountryCodes, String locationCountryCode, in setCountryCodes() argument
14525 + String.join(", ", cachedNetworkCountryCodes.keySet())); in setCountryCodes()
14533 cachedNetworkCountryCodes, locationCountryCode, in setCountryCodes()