Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DTelephonyShellCommand.java3825 List<String> currentNetworkCountryCodes = new ArrayList<>(); in handleSetCountryCodes() local
3840 currentNetworkCountryCodes = Arrays.asList(countryCodeStr.split(",")); in handleSetCountryCodes()
3861 + currentNetworkCountryCodes); in handleSetCountryCodes()
3864 boolean result = mInterface.setCountryCodes(reset, currentNetworkCountryCodes, in handleSetCountryCodes()
DPhoneInterfaceManager.java14517 public boolean setCountryCodes(boolean reset, List<String> currentNetworkCountryCodes, in setCountryCodes() argument
14521 + String.join(", ", currentNetworkCountryCodes) in setCountryCodes()
14532 mFeatureFlags).setCountryCodes(reset, currentNetworkCountryCodes, in setCountryCodes()