OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getChannelHelper
(Results
1 - 7
of
7
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
WifiScannerImpl.java
87
public abstract ChannelHelper
getChannelHelper
();
HalWifiScannerImpl.java
73
public ChannelHelper
getChannelHelper
() {
WificondScannerImpl.java
177
public ChannelHelper
getChannelHelper
() {
[
all
...]
WifiScanningServiceImpl.java
[
all
...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
BaseWifiScannerImplTest.java
93
ChannelCollection collection = mScanner.
getChannelHelper
().createChannelCollection();
99
ChannelCollection collection = mScanner.
getChannelHelper
().createChannelCollection();
105
ChannelCollection collection = mScanner.
getChannelHelper
().createChannelCollection();
WificondPnoScannerTest.java
407
ChannelCollection collection = mScanner.
getChannelHelper
().createChannelCollection();
WifiScanningServiceTest.java
121
when(mWifiScannerImpl.
getChannelHelper
()).thenReturn(channelHelper);
[
all
...]
Completed in 322 milliseconds