/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiCountryCodeTest.java | 52 when(mWifiNative.setCountryCode(anyString())).thenReturn(true); in setUp() 70 verify(mWifiNative).setCountryCode(anyString()); in useDefaultCountryCode() 80 mWifiCountryCode.setCountryCode(mTelephonyCountryCode); in useTelephonyCountryCode() 86 verify(mWifiNative).setCountryCode(anyString()); in useTelephonyCountryCode() 100 mWifiCountryCode.setCountryCode(mTelephonyCountryCode); in setTelephonyCountryCodeAfterSupplicantStarts() 103 verify(mWifiNative, times(2)).setCountryCode(anyString()); in setTelephonyCountryCodeAfterSupplicantStarts() 118 mWifiCountryCode.setCountryCode(mTelephonyCountryCode); in setTelephonyCountryCodeAfterL2Connected() 123 verify(mWifiNative, times(2)).setCountryCode(anyString()); in setTelephonyCountryCodeAfterL2Connected() 133 mWifiCountryCode.setCountryCode(mTelephonyCountryCode); in resetCountryCodeWhenSIMCardRemoved() 145 verify(mWifiNative, times(2)).setCountryCode(anyString()); in resetCountryCodeWhenSIMCardRemoved() [all …]
|
D | WifiVendorHalTest.java | 1003 when(mIWifiApIface.setCountryCode(any())) in testSetCountryCodeHal() 1014 verify(mIWifiApIface).setCountryCode(eq(expected)); in testSetCountryCodeHal() 1024 when(mIWifiApIface.setCountryCode(any())) in testRemoteExceptionIsHandled()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiCountryCode.java | 132 public synchronized boolean setCountryCode(String countryCode) { in setCountryCode() method in WifiCountryCode 201 if (mWifiNative.setCountryCode(country)) { in setCountryCodeNative()
|
D | SupplicantStaIfaceHal.java | 1406 public boolean setCountryCode(String codeStr) { in setCountryCode() method in SupplicantStaIfaceHal 1408 return setCountryCode(NativeUtil.stringToByteArray(codeStr)); in setCountryCode() 1412 private boolean setCountryCode(byte[/* 2 */] code) { in setCountryCode() method in SupplicantStaIfaceHal 1417 SupplicantStatus status = mISupplicantStaIface.setCountryCode(code); in setCountryCode()
|
D | WifiNative.java | 423 public boolean setCountryCode(String countryCode) { in setCountryCode() method in WifiNative 424 return mSupplicantStaIfaceHal.setCountryCode(countryCode); in setCountryCode()
|
D | WifiServiceImpl.java | 1829 public void setCountryCode(String countryCode, boolean persist) { in setCountryCode() method in WifiServiceImpl 1835 mCountryCode.setCountryCode(countryCode); in setCountryCode()
|
D | WifiVendorHal.java | 1556 WifiStatus status = mIWifiApIface.setCountryCode(code); in setCountryCodeHal()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | IWifiManager.aidl | 100 void setCountryCode(String country, boolean persist); in setCountryCode() method
|
D | WifiManager.java | 1676 public void setCountryCode(String country, boolean persist) { 1678 mService.setCountryCode(country, persist);
|
/frameworks/base/location/java/android/location/ |
D | Address.java | 267 public void setCountryCode(String countryCode) { in setCountryCode() method in Address
|
/frameworks/base/core/java/android/text/style/ |
D | TtsSpan.java | 1306 public TelephoneBuilder setCountryCode(String countryCode) { in setCountryCode() method in TtsSpan.TelephoneBuilder
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | MccTable.java | 430 wM.setCountryCode(country, false); in setWifiCountryCodeFromMcc()
|
D | Phone.java | 514 wM.setCountryCode(country, false); in Phone()
|
/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberUtils.java | 2535 builder.setCountryCode(Integer.toString(phoneNumber.getCountryCode())); in createTtsSpan()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13702 method public void setCountryCode(java.lang.String); 30942 method public android.text.style.TtsSpan.TelephoneBuilder setCountryCode(java.lang.String);
|
/frameworks/base/api/ |
D | current.txt | 20462 method public void setCountryCode(java.lang.String); 42429 method public android.text.style.TtsSpan.TelephoneBuilder setCountryCode(java.lang.String);
|
D | system-current.txt | 21970 method public void setCountryCode(java.lang.String); 45966 method public android.text.style.TtsSpan.TelephoneBuilder setCountryCode(java.lang.String);
|