Searched refs:setCountryCode (Results 1 - 14 of 14) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiCountryCodeTest.java52 when(mWifiNative.setCountryCode(anyString())).thenReturn(true);
70 verify(mWifiNative).setCountryCode(anyString());
80 mWifiCountryCode.setCountryCode(mTelephonyCountryCode);
86 verify(mWifiNative).setCountryCode(anyString());
100 mWifiCountryCode.setCountryCode(mTelephonyCountryCode);
103 verify(mWifiNative, times(2)).setCountryCode(anyString());
118 mWifiCountryCode.setCountryCode(mTelephonyCountryCode);
123 verify(mWifiNative, times(2)).setCountryCode(anyString());
133 mWifiCountryCode.setCountryCode(mTelephonyCountryCode);
145 verify(mWifiNative, times(2)).setCountryCode(anyStrin
[all...]
H A DWifiVendorHalTest.java1003 when(mIWifiApIface.setCountryCode(any()))
1014 verify(mIWifiApIface).setCountryCode(eq(expected));
1024 when(mIWifiApIface.setCountryCode(any()))
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiCountryCode.java132 public synchronized boolean setCountryCode(String countryCode) { method in class:WifiCountryCode
201 if (mWifiNative.setCountryCode(country)) {
H A DSupplicantStaIfaceHal.java1406 public boolean setCountryCode(String codeStr) { method in class:SupplicantStaIfaceHal
1408 return setCountryCode(NativeUtil.stringToByteArray(codeStr));
1412 private boolean setCountryCode(byte[/* 2 */] code) { method in class:SupplicantStaIfaceHal
1414 final String methodStr = "setCountryCode";
1417 SupplicantStatus status = mISupplicantStaIface.setCountryCode(code);
H A DWifiNative.java423 public boolean setCountryCode(String countryCode) { method in class:WifiNative
424 return mSupplicantStaIfaceHal.setCountryCode(countryCode);
H A DWifiServiceImpl.java1829 public void setCountryCode(String countryCode, boolean persist) { method in class:WifiServiceImpl
1833 mLog.trace("setCountryCode uid=%").c(Binder.getCallingUid()).flush();
1835 mCountryCode.setCountryCode(countryCode);
H A DWifiVendorHal.java1556 WifiStatus status = mIWifiApIface.setCountryCode(code);
/frameworks/base/wifi/java/android/net/wifi/
H A DIWifiManager.aidl100 void setCountryCode(String country, boolean persist);
H A DWifiManager.java1676 public void setCountryCode(String country, boolean persist) { method in class:WifiManager
1678 mService.setCountryCode(country, persist);
/frameworks/base/location/java/android/location/
H A DAddress.java267 public void setCountryCode(String countryCode) { method in class:Address
/frameworks/base/core/java/android/text/style/
H A DTtsSpan.java1306 public TelephoneBuilder setCountryCode(String countryCode) { method in class:TtsSpan.TelephoneBuilder
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DMccTable.java430 wM.setCountryCode(country, false);
H A DPhone.java514 wM.setCountryCode(country, false);
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java2535 builder.setCountryCode(Integer.toString(phoneNumber.getCountryCode()));

Completed in 312 milliseconds