Searched refs:countryCode (Results 1 - 16 of 16) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiCountryCode.java130 * @param countryCode The country code intended to set.
135 public synchronized boolean setCountryCode(String countryCode, boolean persist) { argument
136 if (DBG) Log.d(TAG, "Receive set country code request: " + countryCode);
138 if (TextUtils.isEmpty(countryCode)) {
143 mDefaultCountryCode = countryCode;
145 mTelephonyCountryCode = countryCode.toUpperCase();
H A DFrameworkFacade.java137 * @param countryCode Country code
145 String countryCode, ArrayList<Integer> allowed2GChannels,
148 looper, wifiNative, nmService, countryCode,
142 makeSoftApManager( Context context, Looper looper, WifiNative wifiNative, INetworkManagementService nmService, ConnectivityManager cm, String countryCode, ArrayList<Integer> allowed2GChannels, SoftApManager.Listener listener) argument
H A DSoftApManager.java73 String countryCode,
80 mCountryCode = countryCode;
70 SoftApManager(Looper looper, WifiNative wifiNative, INetworkManagementService nmService, String countryCode, ArrayList<Integer> allowed2GChannels, Listener listener) argument
H A DWifiServiceImpl.java1153 * @param countryCode ISO 3166 country code.
1160 public void setCountryCode(String countryCode, boolean persist) { argument
1161 Slog.i(TAG, "WifiService trying to set country code to " + countryCode +
1166 if (mCountryCode.setCountryCode(countryCode, persist) && persist) {
1170 countryCode);
H A DWifiNative.java922 public boolean setCountryCode(String countryCode) { argument
923 if (countryCode != null)
924 return doBooleanCommand("DRIVER COUNTRY " + countryCode.toUpperCase(Locale.ROOT));
H A DWifiStateMachine.java1006 WifiCountryCode countryCode) {
1083 mCountryCode = countryCode;
1003 WifiStateMachine(Context context, FrameworkFacade facade, Looper looper, UserManager userManager, WifiInjector wifiInjector, BackupManagerProxy backupManagerProxy, WifiCountryCode countryCode) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsNumberUtils.java106 public int countryCode; field in class:SmsNumberUtils.NumberEntry
197 int countryCode = numberEntry.countryCode;
200 && networkPortionNumber.length() >= 11 && countryCode != NANP_CC) {
377 int countryCode = -1;
385 if ((countryCode = getCountryCode(context, numberCountryAreaLocal)) > 0) {
386 numberEntry.countryCode = countryCode;
389 } else if ((countryCode = getCountryCode(context, numberNoNBPCD)) > 0) {
390 numberEntry.countryCode
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberFormattingTextWatcher.java64 * The formatting is based on the given <code>countryCode</code>.
66 * @param countryCode the ISO 3166-1 two-letter country code that indicates the country/region
69 public PhoneNumberFormattingTextWatcher(String countryCode) { argument
70 if (countryCode == null) throw new IllegalArgumentException();
71 mFormatter = PhoneNumberUtil.getInstance().getAsYouTypeFormatter(countryCode);
H A DPhoneNumberUtils.java2902 public CountryCallingCodeAndNewIndex(int countryCode, int newIndex) { argument
2903 this.countryCallingCode = countryCode;
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneData.java386 final String countryCode = fields[0];
399 if (countryCode == null && !timeZoneId.startsWith("Etc/GMT")) {
406 String country = mCountryCodeToNameMap.get(countryCode);
408 country = getCountryNames(lang, countryCode);
409 mCountryCodeToNameMap.put(countryCode, country);
482 private String getCountryNames(String lang, String countryCode) { argument
485 if (PALESTINE_COUNTRY_CODE.equalsIgnoreCase(countryCode)) {
488 countryDisplayName = new Locale(lang, countryCode).getDisplayCountry(defaultLocale);
491 if (!countryCode.equals(countryDisplayName)) {
506 if (mBackupCountryCodes[i].equals(countryCode)) {
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DApConfigUtil.java107 * @param countryCode country code
113 String countryCode,
125 && countryCode == null) {
112 updateApChannelConfig(WifiNative wifiNative, String countryCode, ArrayList<Integer> allowed2GChannels, WifiConfiguration config) argument
/frameworks/base/tools/layoutlib/bridge/src/libcore/icu/
H A DICU_Delegate.java134 /*package*/ static String getDisplayCountryNative(String countryCode, String locale) { argument
/frameworks/base/location/java/android/location/
H A DAddress.java267 public void setCountryCode(String countryCode) { argument
268 mCountryCode = countryCode;
453 sb.append(",countryCode=");
/frameworks/base/core/java/android/text/style/
H A DTtsSpan.java1302 * @param countryCode The country code can be a series of digits
1306 public TelephoneBuilder setCountryCode(String countryCode) { argument
1307 return setStringArgument(TtsSpan.ARG_COUNTRY_CODE, countryCode);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardProxy.java249 String countryCode = operator.substring(0,3);
250 if (countryCode != null) {
252 MccTable.countryCodeForMcc(Integer.parseInt(countryCode)));
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 762 milliseconds