Home
last modified time | relevance | path

Searched refs:setCountryCode (Results 1 – 17 of 17) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiCountryCodeTest.java52 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 …]
DWifiVendorHalTest.java1003 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/
DWifiCountryCode.java132 public synchronized boolean setCountryCode(String countryCode) { in setCountryCode() method in WifiCountryCode
201 if (mWifiNative.setCountryCode(country)) { in setCountryCodeNative()
DSupplicantStaIfaceHal.java1406 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()
DWifiNative.java423 public boolean setCountryCode(String countryCode) { in setCountryCode() method in WifiNative
424 return mSupplicantStaIfaceHal.setCountryCode(countryCode); in setCountryCode()
DWifiServiceImpl.java1829 public void setCountryCode(String countryCode, boolean persist) { in setCountryCode() method in WifiServiceImpl
1835 mCountryCode.setCountryCode(countryCode); in setCountryCode()
DWifiVendorHal.java1556 WifiStatus status = mIWifiApIface.setCountryCode(code); in setCountryCodeHal()
/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl100 void setCountryCode(String country, boolean persist); in setCountryCode() method
DWifiManager.java1676 public void setCountryCode(String country, boolean persist) {
1678 mService.setCountryCode(country, persist);
/frameworks/base/location/java/android/location/
DAddress.java267 public void setCountryCode(String countryCode) { in setCountryCode() method in Address
/frameworks/base/core/java/android/text/style/
DTtsSpan.java1306 public TelephoneBuilder setCountryCode(String countryCode) { in setCountryCode() method in TtsSpan.TelephoneBuilder
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMccTable.java430 wM.setCountryCode(country, false); in setWifiCountryCodeFromMcc()
DPhone.java514 wM.setCountryCode(country, false); in Phone()
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java2535 builder.setCountryCode(Integer.toString(phoneNumber.getCountryCode())); in createTtsSpan()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13702 method public void setCountryCode(java.lang.String);
30942 method public android.text.style.TtsSpan.TelephoneBuilder setCountryCode(java.lang.String);
/frameworks/base/api/
Dcurrent.txt20462 method public void setCountryCode(java.lang.String);
42429 method public android.text.style.TtsSpan.TelephoneBuilder setCountryCode(java.lang.String);
Dsystem-current.txt21970 method public void setCountryCode(java.lang.String);
45966 method public android.text.style.TtsSpan.TelephoneBuilder setCountryCode(java.lang.String);