/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SmsNumberUtils.java | 106 public int countryCode; field in SmsNumberUtils.NumberEntry 197 int countryCode = numberEntry.countryCode; in formatNumber() local 200 && networkPortionNumber.length() >= 11 && countryCode != NANP_CC) { in formatNumber() 377 int countryCode = -1; in checkInternationalNumberPlan() local 385 if ((countryCode = getCountryCode(context, numberCountryAreaLocal)) > 0) { in checkInternationalNumberPlan() 386 numberEntry.countryCode = countryCode; in checkInternationalNumberPlan() 389 } else if ((countryCode = getCountryCode(context, numberNoNBPCD)) > 0) { in checkInternationalNumberPlan() 390 numberEntry.countryCode = countryCode; in checkInternationalNumberPlan() 397 if ((countryCode = getCountryCode(context, numberCountryAreaLocal)) > 0) { in checkInternationalNumberPlan() 398 numberEntry.countryCode = countryCode; in checkInternationalNumberPlan() [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiCountryCode.java | 132 public synchronized boolean setCountryCode(String countryCode, boolean persist) { in setCountryCode() argument 133 if (DBG) Log.d(TAG, "Receive set country code request: " + countryCode); in setCountryCode() 135 if (TextUtils.isEmpty(countryCode)) { in setCountryCode() 140 mDefaultCountryCode = countryCode; in setCountryCode() 142 mTelephonyCountryCode = countryCode.toUpperCase(); in setCountryCode()
|
D | FrameworkFacade.java | 144 String countryCode, ArrayList<Integer> allowed2GChannels, in makeSoftApManager() argument 147 context, looper, wifiNative, nmService, cm, countryCode, in makeSoftApManager()
|
D | SoftApManager.java | 94 String countryCode, in SoftApManager() argument 103 mCountryCode = countryCode; in SoftApManager()
|
D | WifiServiceImpl.java | 1113 public void setCountryCode(String countryCode, boolean persist) { in setCountryCode() argument 1114 Slog.i(TAG, "WifiService trying to set country code to " + countryCode + in setCountryCode() 1119 if (mCountryCode.setCountryCode(countryCode, persist) && persist) { in setCountryCode() 1123 countryCode); in setCountryCode()
|
D | WifiNative.java | 920 public boolean setCountryCode(String countryCode) { in setCountryCode() argument 921 if (countryCode != null) in setCountryCode() 922 return doBooleanCommand("DRIVER COUNTRY " + countryCode.toUpperCase(Locale.ROOT)); in setCountryCode()
|
D | WifiStateMachine.java | 998 WifiCountryCode countryCode) { in WifiStateMachine() argument 1076 mCountryCode = countryCode; in WifiStateMachine()
|
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
D | TimeZoneData.java | 386 final String countryCode = fields[0]; in loadTzsInZoneTab() local 399 if (countryCode == null && !timeZoneId.startsWith("Etc/GMT")) { in loadTzsInZoneTab() 406 String country = mCountryCodeToNameMap.get(countryCode); in loadTzsInZoneTab() 408 country = getCountryNames(lang, countryCode); in loadTzsInZoneTab() 409 mCountryCodeToNameMap.put(countryCode, country); in loadTzsInZoneTab() 482 private String getCountryNames(String lang, String countryCode) { in getCountryNames() argument 485 if (PALESTINE_COUNTRY_CODE.equalsIgnoreCase(countryCode)) { in getCountryNames() 488 countryDisplayName = new Locale(lang, countryCode).getDisplayCountry(defaultLocale); in getCountryNames() 491 if (!countryCode.equals(countryDisplayName)) { in getCountryNames() 506 if (mBackupCountryCodes[i].equals(countryCode)) { in getCountryNames() [all …]
|
/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberFormattingTextWatcher.java | 69 public PhoneNumberFormattingTextWatcher(String countryCode) { in PhoneNumberFormattingTextWatcher() argument 70 if (countryCode == null) throw new IllegalArgumentException(); in PhoneNumberFormattingTextWatcher() 71 mFormatter = PhoneNumberUtil.getInstance().getAsYouTypeFormatter(countryCode); in PhoneNumberFormattingTextWatcher()
|
D | PhoneNumberUtils.java | 2828 public CountryCallingCodeAndNewIndex(int countryCode, int newIndex) { in CountryCallingCodeAndNewIndex() argument 2829 this.countryCallingCode = countryCode; in CountryCallingCodeAndNewIndex()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | ApConfigUtil.java | 113 String countryCode, in updateApChannelConfig() argument 125 && countryCode == null) { in updateApChannelConfig()
|
/frameworks/base/location/java/android/location/ |
D | Address.java | 267 public void setCountryCode(String countryCode) { in setCountryCode() argument 268 mCountryCode = countryCode; in setCountryCode()
|
/frameworks/base/tools/layoutlib/bridge/src/libcore/icu/ |
D | ICU_Delegate.java | 134 /*package*/ static String getDisplayCountryNative(String countryCode, String locale) { in getDisplayCountryNative() argument
|
/frameworks/base/core/java/android/text/style/ |
D | TtsSpan.java | 1306 public TelephoneBuilder setCountryCode(String countryCode) { in setCountryCode() argument 1307 return setStringArgument(TtsSpan.ARG_COUNTRY_CODE, countryCode); in setCountryCode()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccCardProxy.java | 249 String countryCode = operator.substring(0,3); in handleMessage() local 250 if (countryCode != null) { in handleMessage() 252 MccTable.countryCodeForMcc(Integer.parseInt(countryCode))); in handleMessage()
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
D | databinding-studio-bundle.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/databinding/
android/ ... |