Searched refs:cachedNetworkCountryCodes (Results 1 – 2 of 2) sorted by relevance
/packages/services/Telephony/src/com/android/phone/ |
D | TelephonyShellCommand.java | 3618 Map<String, Long> cachedNetworkCountryCodes = new HashMap<>(); in handleSetCountryCodes() local 3635 cachedNetworkCountryCodes = parseStringLongMap(cachedNetworkCountryCodeStr); in handleSetCountryCodes() 3655 cachedNetworkCountryCodes, locationCountryCode, in handleSetCountryCodes()
|
D | PhoneInterfaceManager.java | 13876 Map cachedNetworkCountryCodes, String locationCountryCode, in setCountryCodes() argument 13883 + String.join(", ", cachedNetworkCountryCodes.keySet())); in setCountryCodes() 13890 reset, currentNetworkCountryCodes, cachedNetworkCountryCodes, locationCountryCode, in setCountryCodes()
|