/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiCountryCodeTest.java | 58 when(mWifiNative.setCountryCode(any(), anyString())).thenReturn(true); in setUp() 76 verify(mWifiNative).setCountryCode(any(), anyString()); in useDefaultCountryCode() 86 mWifiCountryCode.setCountryCode(mTelephonyCountryCode); in useTelephonyCountryCode() 92 verify(mWifiNative).setCountryCode(any(), anyString()); in useTelephonyCountryCode() 106 mWifiCountryCode.setCountryCode(mTelephonyCountryCode); in setTelephonyCountryCodeAfterSupplicantStarts() 109 verify(mWifiNative, times(2)).setCountryCode(any(), anyString()); in setTelephonyCountryCodeAfterSupplicantStarts() 124 mWifiCountryCode.setCountryCode(mTelephonyCountryCode); in setTelephonyCountryCodeAfterL2Connected() 129 verify(mWifiNative, times(2)).setCountryCode(any(), anyString()); in setTelephonyCountryCodeAfterL2Connected() 143 mWifiCountryCode.setCountryCode(mTelephonyCountryCode); in resetCountryCodeWhenOutOfService() 146 mWifiCountryCode.setCountryCode(""); in resetCountryCodeWhenOutOfService() [all …]
|
D | SupplicantStaIfaceHalTest.java | 1659 when(mISupplicantStaIfaceMock.setCountryCode(any(byte[].class))).thenReturn(mStatusSuccess); in testSetCountryCode() 1663 assertFalse(mDut.setCountryCode(WLAN0_IFACE_NAME, testCountryCode)); in testSetCountryCode() 1664 verify(mISupplicantStaIfaceMock, never()).setCountryCode(any(byte[].class)); in testSetCountryCode() 1668 assertTrue(mDut.setCountryCode(WLAN0_IFACE_NAME, testCountryCode)); in testSetCountryCode() 1669 verify(mISupplicantStaIfaceMock).setCountryCode(eq(testCountryCode.getBytes())); in testSetCountryCode() 1674 assertFalse(mDut.setCountryCode(WLAN0_IFACE_NAME, null)); in testSetCountryCode() 1675 verify(mISupplicantStaIfaceMock, never()).setCountryCode(any(byte[].class)); in testSetCountryCode() 1677 assertFalse(mDut.setCountryCode(WLAN0_IFACE_NAME, "U")); in testSetCountryCode() 1678 verify(mISupplicantStaIfaceMock, never()).setCountryCode(any(byte[].class)); in testSetCountryCode()
|
D | WifiServiceImplTest.java | 3113 mWifiServiceImpl.setCountryCode(TEST_COUNTRY_CODE); in testSetCountryCode() 3114 verify(mWifiCountryCode).setCountryCode(TEST_COUNTRY_CODE); in testSetCountryCode() 3127 mWifiServiceImpl.setCountryCode(TEST_COUNTRY_CODE); in testSetCountryCodeFailsWithoutNetworkStackPermission() 3128 verify(mWifiCountryCode, never()).setCountryCode(TEST_COUNTRY_CODE); in testSetCountryCodeFailsWithoutNetworkStackPermission()
|
D | WifiVendorHalTest.java | 1337 when(mIWifiApIface.setCountryCode(any())) in testSetCountryCodeHal() 1349 verify(mIWifiApIface).setCountryCode(eq(expected)); in testSetCountryCodeHal() 1359 when(mIWifiApIface.setCountryCode(any())) in testRemoteExceptionIsHandled()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiCountryCode.java | 139 public synchronized boolean setCountryCode(String countryCode) { in setCountryCode() method in WifiCountryCode 236 if (mWifiNative.setCountryCode(mWifiNative.getClientInterfaceName(), country)) { in setCountryCodeNative()
|
D | SupplicantStaIfaceHal.java | 2059 public boolean setCountryCode(@NonNull String ifaceName, String codeStr) { in setCountryCode() method in SupplicantStaIfaceHal 2064 return setCountryCode(ifaceName, countryCodeBytes); in setCountryCode() 2069 private boolean setCountryCode(@NonNull String ifaceName, byte[/* 2 */] code) { in setCountryCode() method in SupplicantStaIfaceHal 2075 SupplicantStatus status = iface.setCountryCode(code); in setCountryCode()
|
D | WifiNative.java | 1807 public boolean setCountryCode(@NonNull String ifaceName, String countryCode) { in setCountryCode() method in WifiNative 1808 return mSupplicantStaIfaceHal.setCountryCode(ifaceName, countryCode); in setCountryCode()
|
D | WifiServiceImpl.java | 2420 public void setCountryCode(String countryCode) { in setCountryCode() method in WifiServiceImpl 2425 mCountryCode.setCountryCode(countryCode); in setCountryCode()
|
D | WifiVendorHal.java | 1448 WifiStatus status = iface.setCountryCode(code); in setCountryCodeHal()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | IWifiManager.aidl | 110 void setCountryCode(String country); in setCountryCode() method
|
D | WifiManager.java | 2403 public void setCountryCode(@NonNull String country) { 2405 mService.setCountryCode(country);
|
/frameworks/base/wifi/java/android/net/wifi/rtt/ |
D | CivicLocation.java | 231 address.setCountryCode(mCountryCode); // Country in toAddress()
|
/frameworks/base/wifi/java/com/android/server/wifi/ |
D | BaseWifiService.java | 207 public void setCountryCode(String country) { in setCountryCode() method in BaseWifiService
|
/frameworks/base/location/java/android/location/ |
D | Address.java | 267 public void setCountryCode(String countryCode) { in setCountryCode() method in Address
|
/frameworks/base/wifi/tests/src/android/net/wifi/ |
D | WifiManagerTest.java | 981 mWifiManager.setCountryCode(TEST_COUNTRY_CODE); in testSetWifiCountryCode() 982 verify(mWifiService).setCountryCode(TEST_COUNTRY_CODE); in testSetWifiCountryCode() 991 doThrow(new SecurityException()).when(mWifiService).setCountryCode(anyString()); in testSetWifiCountryCodeFailedOnSecurityException() 992 mWifiManager.setCountryCode(TEST_COUNTRY_CODE); in testSetWifiCountryCodeFailedOnSecurityException()
|
/frameworks/base/core/java/android/text/style/ |
D | TtsSpan.java | 1306 public TelephoneBuilder setCountryCode(String countryCode) { in setCountryCode() method in TtsSpan.TelephoneBuilder
|
/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberUtils.java | 2622 builder.setCountryCode(Integer.toString(phoneNumber.getCountryCode())); in createTtsSpan()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 10783 HSPLandroid/net/wifi/IWifiManager$Stub$Proxy;->setCountryCode(Ljava/lang/String;)V 10963 HSPLandroid/net/wifi/WifiManager;->setCountryCode(Ljava/lang/String;)V 19711 HSPLcom/android/i18n/phonenumbers/Phonemetadata$PhoneMetadata;->setCountryCode(I)Lcom/android/i18n/… 19753 HSPLcom/android/i18n/phonenumbers/Phonenumber$PhoneNumber;->setCountryCode(I)Lcom/android/i18n/phon…
|
D | hiddenapi-greylist-max-o.txt | 46412 Landroid/net/wifi/IWifiManager$Stub$Proxy;->setCountryCode(Ljava/lang/String;)V 46539 Landroid/net/wifi/IWifiManager;->setCountryCode(Ljava/lang/String;)V 47441 Landroid/net/wifi/WifiManager;->setCountryCode(Ljava/lang/String;)V
|
/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/non-updatable-api/ |
D | current.txt | 22895 method public void setCountryCode(String); 48562 method public android.text.style.TtsSpan.TelephoneBuilder setCountryCode(String);
|
/frameworks/base/api/ |
D | current.txt | 22895 method public void setCountryCode(String); 48706 method public android.text.style.TtsSpan.TelephoneBuilder setCountryCode(String);
|