/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiCountryCodeTest.java | 137 assertEquals(mDefaultCountryCode, mWifiCountryCode.getCountryCode()); in resetCountryCodeWhenOutOfService() 139 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCountryCode()); in resetCountryCodeWhenOutOfService() 142 assertEquals(mDefaultCountryCode, mWifiCountryCode.getCountryCode()); in resetCountryCodeWhenOutOfService() 161 assertEquals(mDefaultCountryCode, mWifiCountryCode.getCountryCode()); in doNotResetCountryCodeWhenOutOfService() 163 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCountryCode()); in doNotResetCountryCodeWhenOutOfService() 166 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCountryCode()); in doNotResetCountryCodeWhenOutOfService()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SmsNumberUtils.java | 388 if ((countryCode = getCountryCode(context, numberCountryAreaLocal)) > 0) { in checkInternationalNumberPlan() 392 } else if ((countryCode = getCountryCode(context, numberNoNBPCD)) > 0) { in checkInternationalNumberPlan() 400 if ((countryCode = getCountryCode(context, numberCountryAreaLocal)) > 0) { in checkInternationalNumberPlan() 408 if ((countryCode = getCountryCode(context, numberNoIDD)) > 0) { in checkInternationalNumberPlan() 416 if (!number.startsWith("0") && (countryCode = getCountryCode(context, number)) > 0) { in checkInternationalNumberPlan() 427 private static int getCountryCode(Context context, String number) { in getCountryCode() method in SmsNumberUtils
|
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ |
D | UsbHIDDescriptor.java | 47 public byte getCountryCode() { in getCountryCode() method in UsbHIDDescriptor
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiCountryCode.java | 155 public synchronized String getCountryCode() { in getCountryCode() method in WifiCountryCode
|
D | WifiInjector.java | 466 mFrameworkFacade, mWifiNative, mCountryCode.getCountryCode(), callback, in makeSoftApManager()
|
D | WifiServiceImpl.java | 2174 public String getCountryCode() { in getCountryCode() method in WifiServiceImpl 2179 String country = mCountryCode.getCountryCode(); in getCountryCode()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | IWifiManager.aidl | 106 String getCountryCode(); in getCountryCode() method
|
D | WifiManager.java | 1743 public String getCountryCode() { 1745 String country = mService.getCountryCode();
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | LocationBasedCountryDetector.java | 82 country = addresses.get(0).getCountryCode(); in getCountryFromLocation()
|
/frameworks/base/location/java/android/location/ |
D | Address.java | 259 public String getCountryCode() { in getCountryCode() method in Address
|
/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberUtils.java | 1553 return pn.getCountryCode() != util.getCountryCodeForRegion(defaultCountryIso); in isInternationalNumber() 1584 (pn.getCountryCode() == util.getCountryCodeForRegion(KOREA_ISO_COUNTRY_CODE)) && in formatNumber() 1594 pn.getCountryCode() == util.getCountryCodeForRegion(JAPAN_ISO_COUNTRY_CODE) && in formatNumber() 2623 builder.setCountryCode(Integer.toString(phoneNumber.getCountryCode())); in createTtsSpan()
|
/frameworks/base/config/ |
D | hiddenapi-light-greylist.txt | 3753 Landroid/net/wifi/WifiManager;->getCountryCode()Ljava/lang/String;
|
D | boot-image-profile.txt | 24334 HSPLandroid/location/Address;->getCountryCode()Ljava/lang/String; 26539 HSPLandroid/net/wifi/IWifiManager;->getCountryCode()Ljava/lang/String; 37730 HSPLcom/android/i18n/phonenumbers/Phonemetadata$PhoneMetadata;->getCountryCode()I 37783 HSPLcom/android/i18n/phonenumbers/Phonenumber$PhoneNumber;->getCountryCode()I
|
D | hiddenapi-public-dex.txt | 19475 Landroid/location/Address;->getCountryCode()Ljava/lang/String;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13681 method public java.lang.String getCountryCode();
|
/frameworks/base/api/ |
D | current.txt | 21503 method public java.lang.String getCountryCode();
|