/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiCountryCodeTest.java | 142 assertEquals(mDefaultCountryCode, mWifiCountryCode.getCountryCode()); in resetCountryCodeWhenOutOfService() 144 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCountryCode()); in resetCountryCodeWhenOutOfService() 147 assertEquals(mDefaultCountryCode, mWifiCountryCode.getCountryCode()); in resetCountryCodeWhenOutOfService() 166 assertEquals(mDefaultCountryCode, mWifiCountryCode.getCountryCode()); in doNotResetCountryCodeWhenOutOfService() 168 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCountryCode()); in doNotResetCountryCodeWhenOutOfService() 171 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCountryCode()); in doNotResetCountryCodeWhenOutOfService()
|
/frameworks/base/telephony/common/com/android/internal/telephony/ |
D | SmsNumberUtils.java | 422 if ((countryCode = getCountryCode(context, numberCountryAreaLocal)) > 0) { in checkInternationalNumberPlan() 426 } else if ((countryCode = getCountryCode(context, numberNoNBPCD)) > 0) { in checkInternationalNumberPlan() 434 if ((countryCode = getCountryCode(context, numberCountryAreaLocal)) > 0) { in checkInternationalNumberPlan() 442 if ((countryCode = getCountryCode(context, numberNoIDD)) > 0) { in checkInternationalNumberPlan() 450 if (!number.startsWith("0") && (countryCode = getCountryCode(context, number)) > 0) { in checkInternationalNumberPlan() 461 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 | 187 public synchronized String getCountryCode() { in getCountryCode() method in WifiCountryCode
|
D | WifiShellCommand.java | 245 + mWifiCountryCode.getCountryCode()); in onCommand()
|
D | WifiInjector.java | 546 mFrameworkFacade, mWifiNative, mCountryCode.getCountryCode(), callback, in makeSoftApManager()
|
D | WifiServiceImpl.java | 2436 public String getCountryCode() { in getCountryCode() method in WifiServiceImpl 2441 String country = mCountryCode.getCountryCode(); in getCountryCode()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | LocationBasedCountryDetector.java | 82 country = addresses.get(0).getCountryCode(); in getCountryFromLocation()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | IWifiManager.aidl | 112 String getCountryCode(); in getCountryCode() method
|
D | WifiManager.java | 2418 public String getCountryCode() { 2420 String country = mService.getCountryCode();
|
/frameworks/base/wifi/java/com/android/server/wifi/ |
D | BaseWifiService.java | 212 public String getCountryCode() { in getCountryCode() method in BaseWifiService
|
/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 | 1593 return pn.getCountryCode() != util.getCountryCodeForRegion(defaultCountryIso); in isInternationalNumber() 1624 (pn.getCountryCode() == util.getCountryCodeForRegion(KOREA_ISO_COUNTRY_CODE)) && in formatNumber() 1634 pn.getCountryCode() == util.getCountryCodeForRegion(JAPAN_ISO_COUNTRY_CODE) && in formatNumber() 2622 builder.setCountryCode(Integer.toString(phoneNumber.getCountryCode())); in createTtsSpan()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 9096 HSPLandroid/location/Address;->getCountryCode()Ljava/lang/String; 19689 HSPLcom/android/i18n/phonenumbers/Phonemetadata$PhoneMetadata;->getCountryCode()I 19744 HSPLcom/android/i18n/phonenumbers/Phonenumber$PhoneNumber;->getCountryCode()I
|
D | hiddenapi-greylist-max-o.txt | 46376 Landroid/net/wifi/IWifiManager$Stub$Proxy;->getCountryCode()Ljava/lang/String; 46508 Landroid/net/wifi/IWifiManager;->getCountryCode()Ljava/lang/String;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13681 method public java.lang.String getCountryCode();
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 22874 method public String getCountryCode();
|
/frameworks/base/api/ |
D | current.txt | 22874 method public String getCountryCode();
|