Searched refs:currentNetworkCountryCodes (Results 1 – 2 of 2) sorted by relevance
3825 List<String> currentNetworkCountryCodes = new ArrayList<>(); in handleSetCountryCodes() local3840 currentNetworkCountryCodes = Arrays.asList(countryCodeStr.split(",")); in handleSetCountryCodes()3861 + currentNetworkCountryCodes); in handleSetCountryCodes()3864 boolean result = mInterface.setCountryCodes(reset, currentNetworkCountryCodes, in handleSetCountryCodes()
14517 public boolean setCountryCodes(boolean reset, List<String> currentNetworkCountryCodes, in setCountryCodes() argument14521 + String.join(", ", currentNetworkCountryCodes) in setCountryCodes()14532 mFeatureFlags).setCountryCodes(reset, currentNetworkCountryCodes, in setCountryCodes()