/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/ |
D | InformationElementUtilTest.java | 1646 assertEquals(ScanResult.CHANNEL_WIDTH_40MHZ, htOperation.getChannelWidth()); in getHtOperationElement() 1676 assertEquals(ScanResult.UNSPECIFIED, vhtOperation.getChannelWidth()); in getVhtOperationElement20_40Mhz() 1707 assertEquals(ScanResult.CHANNEL_WIDTH_80MHZ, vhtOperation.getChannelWidth()); in getVhtOperationElement80Mhz() 1738 assertEquals(ScanResult.CHANNEL_WIDTH_160MHZ, vhtOperation.getChannelWidth()); in getVhtOperationElement160Mhz() 1769 assertEquals(ScanResult.CHANNEL_WIDTH_80MHZ_PLUS_MHZ, vhtOperation.getChannelWidth()); in getVhtOperationElement80PlusMhz() 1814 assertEquals(ScanResult.CHANNEL_WIDTH_80MHZ, heOperation.getChannelWidth()); in getHeOperationElement80Mhz() 1859 assertEquals(ScanResult.CHANNEL_WIDTH_160MHZ, heOperation.getChannelWidth()); in getHeOperationElement160Mhz() 1897 assertEquals(ScanResult.UNSPECIFIED, heOperation.getChannelWidth()); in getHeOperationElementNo6GHzNoVht() 1938 assertEquals(ScanResult.UNSPECIFIED, heOperation.getChannelWidth()); in getHeOperationElementNo6GHzWithVht() 1944 assertEquals(ScanResult.CHANNEL_WIDTH_80MHZ, vhtOperation.getChannelWidth()); in getHeOperationElementNo6GHzWithVht() [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
D | NetworkDetail.java | 385 channelWidth = ehtOperation.getChannelWidth(); in NetworkDetail() 398 channelWidth = heOperation.getChannelWidth(); in NetworkDetail() 412 channelWidth = vhtOperation.getChannelWidth(); in NetworkDetail() 425 channelWidth = htOperation.getChannelWidth(); in NetworkDetail() 665 public int getChannelWidth() { in getChannelWidth() method in NetworkDetail
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | ConcreteCandidate.java | 83 mChannelWidth = candidate.getChannelWidth(); in ConcreteCandidate() 290 public int getChannelWidth() { in getChannelWidth() method in ConcreteCandidate
|
D | WifiCandidatesTest.java | 444 assertEquals(testChannelWidth, candidate.getChannelWidth()); in testAddCandidateFrequencyAndChannelWidth()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiCandidates.java | 162 @WifiAnnotations.ChannelWidth int getChannelWidth(); in getChannelWidth() method 402 public int getChannelWidth() { in getChannelWidth() method in WifiCandidates.CandidateImpl 466 + "channelWidth = " + getChannelWidth() + ", " in toString()
|
D | ThroughputScorer.java | 221 switch (candidate.getChannelWidth()) { in calculateRssiScore()
|
D | ScanDetail.java | 69 channelWidth = networkDetail.getChannelWidth(); in ScanDetail()
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | WifiAvailableChannel.java | 195 public @WifiAnnotations.ChannelWidth int getChannelWidth() { in getChannelWidth() method in WifiAvailableChannel
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | InformationElementUtil.java | 505 public int getChannelWidth() { in getChannelWidth() method in InformationElementUtil.HtOperation 571 public int getChannelWidth() { in getChannelWidth() method in InformationElementUtil.VhtOperation 708 public int getChannelWidth() { in getChannelWidth() method in InformationElementUtil.HeOperation 886 public int getChannelWidth() { in getChannelWidth() method in InformationElementUtil.EhtOperation
|
/packages/modules/Wifi/framework/java/android/net/wifi/rtt/ |
D | ResponderConfig.java | 605 public @WifiAnnotations.ChannelWidth int getChannelWidth() { in getChannelWidth() method in ResponderConfig
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/rtt/ |
D | WifiRttManagerTest.java | 314 && responderConfig2a.getChannelWidth() == scanResult2.channelWidth in testRangingRequestAtLimit()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/rtt/ |
D | RttServiceImpl.java | 1206 .setChannelWidth(rttPeer.getChannelWidth()) in processReceivedAwarePeerMacAddresses()
|
/packages/modules/Wifi/framework/api/ |
D | current.txt | 148 method @FlaggedApi("com.android.wifi.flags.get_channel_width_api") public int getChannelWidth(); 1761 method public int getChannelWidth();
|