OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isGetChannelsForBandSupported
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
ApConfigUtilTest.java
238
when(mWifiNative.
isGetChannelsForBandSupported
()).thenReturn(true);
255
when(mWifiNative.
isGetChannelsForBandSupported
()).thenReturn(false);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
ApConfigUtil.java
136
if (wifiNative.
isGetChannelsForBandSupported
()) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java
[
all
...]
Completed in 264 milliseconds