Home
last modified time | relevance | path

Searched refs:setCountryCodeHal (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java1957 synchronized public static boolean setCountryCodeHal( String CountryCode) { in setCountryCodeHal() method in WifiNative
DWifiStateMachine.java5208 if (!mWifiNative.setCountryCodeHal(mSetCountryCode.toUpperCase(Locale.ROOT))) { in startSoftApWithConfig()