Searched refs:currentNetworkCountryCodes (Results 1 – 2 of 2) sorted by relevance
/packages/services/Telephony/src/com/android/phone/ |
D | TelephonyShellCommand.java | 3615 List<String> currentNetworkCountryCodes = new ArrayList<>(); in handleSetCountryCodes() local 3630 currentNetworkCountryCodes = Arrays.asList(countryCodeStr.split(",")); in handleSetCountryCodes() 3651 + currentNetworkCountryCodes); in handleSetCountryCodes() 3654 boolean result = mInterface.setCountryCodes(reset, currentNetworkCountryCodes, in handleSetCountryCodes()
|
D | PhoneInterfaceManager.java | 13875 public boolean setCountryCodes(boolean reset, List<String> currentNetworkCountryCodes, in setCountryCodes() argument 13879 + String.join(", ", currentNetworkCountryCodes) in setCountryCodes() 13890 reset, currentNetworkCountryCodes, cachedNetworkCountryCodes, locationCountryCode, in setCountryCodes()
|