OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChannelCollection
(Results
1 - 11
of
11
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
NoBandChannelHelper.java
68
*
ChannelCollection
that merges channels without knowing which channels are in each band. In
72
public class NoBandChannelCollection extends
ChannelCollection
{
174
public
ChannelCollection
createChannelCollection() {
BackgroundScanScheduler.java
31
import com.android.server.wifi.scanner.ChannelHelper.
ChannelCollection
;
135
private final
ChannelCollection
mChannelCollection;
190
public
ChannelCollection
getChannelCollection() {
629
ChannelCollection
targetBucketChannelCol) {
662
ChannelCollection
targetBucketChannelCol = targetBucket.getChannelCollection();
[
all
...]
ChannelHelper.java
45
public abstract
ChannelCollection
createChannelCollection();
66
*
ChannelCollection
created using {@link #createChannelCollection createChannelCollection} is
77
public abstract class
ChannelCollection
{
SupplicantWifiScannerImpl.java
34
import com.android.server.wifi.scanner.ChannelHelper.
ChannelCollection
;
341
ChannelCollection
allFreqs = mChannelHelper.createChannelCollection();
407
ChannelCollection
singleScanFreqs = mChannelHelper.createChannelCollection();
[
all
...]
KnownBandsChannelHelper.java
133
*
ChannelCollection
that merges channels so that the optimal schedule will be generated.
137
public class KnownBandsChannelCollection extends
ChannelCollection
{
WifiScanningServiceImpl.java
60
import com.android.server.wifi.scanner.ChannelHelper.
ChannelCollection
;
690
ChannelCollection
activeChannels = mChannelHelper.createChannelCollection();
750
ChannelCollection
channels = mChannelHelper.createChannelCollection();
[
all
...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
ChannelHelperTest.java
95
* {@link com.android.server.wifi.scanner.ChannelHelper.
ChannelCollection
}.
99
ChannelHelper.
ChannelCollection
mChannelCollection;
103
* Create an instance of
ChannelCollection
that calls all real methods, but allows mocking
108
mChannelCollection = mock(ChannelHelper.
ChannelCollection
.class);
BaseWifiScannerImplTest.java
42
import com.android.server.wifi.scanner.ChannelHelper.
ChannelCollection
;
93
ChannelCollection
collection = mScanner.getChannelHelper().createChannelCollection();
99
ChannelCollection
collection = mScanner.getChannelHelper().createChannelCollection();
SupplicantPnoScannerTest.java
40
import com.android.server.wifi.scanner.ChannelHelper.
ChannelCollection
;
295
ChannelCollection
collection = mScanner.getChannelHelper().createChannelCollection();
NoBandChannelHelperTest.java
203
ChannelHelper.
ChannelCollection
mChannelCollection;
KnownBandsChannelHelperTest.java
263
ChannelHelper.
ChannelCollection
mChannelCollection;
Completed in 191 milliseconds