Searched refs:countryCode (Results 1 – 7 of 7) sorted by relevance
95 public PhoneNumberFormattingTextWatcher(String countryCode) { in PhoneNumberFormattingTextWatcher() argument96 if (countryCode == null) throw new IllegalArgumentException(); in PhoneNumberFormattingTextWatcher()97 mFormatter = PhoneNumberUtil.getInstance().getAsYouTypeFormatter(countryCode); in PhoneNumberFormattingTextWatcher()
2170 public CountryCallingCodeAndNewIndex(int countryCode, int newIndex) { in CountryCallingCodeAndNewIndex() argument2171 this.countryCallingCode = countryCode; in CountryCallingCodeAndNewIndex()
267 public void setCountryCode(String countryCode) { in setCountryCode() argument268 mCountryCode = countryCode; in setCountryCode()
112 /*package*/ static String getDisplayCountryNative(String countryCode, String locale) { in getDisplayCountryNative() argument
188 public native static boolean setCountryCodeCommand(String countryCode); in setCountryCodeCommand() argument
957 public void setCountryCode(String countryCode, boolean persist) { in setCountryCode() argument961 countryCode); in setCountryCode() local963 sendMessage(obtainMessage(CMD_SET_COUNTRY_CODE, countryCode)); in setCountryCode()1157 String countryCode = Settings.Secure.getString(mContext.getContentResolver(), in setCountryCode() local1159 if (countryCode != null && !countryCode.isEmpty()) { in setCountryCode()1160 setCountryCode(countryCode, false); in setCountryCode()
788 public void setCountryCode(String countryCode, boolean persist) { in setCountryCode() argument789 Slog.i(TAG, "WifiService trying to set country code to " + countryCode + in setCountryCode()792 mWifiStateMachine.setCountryCode(countryCode, persist); in setCountryCode()