Home
last modified time | relevance | path

Searched refs:setChannelWidth (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/
DRttTestUtils.java107 .setChannelWidth(ScanResult.CHANNEL_WIDTH_80MHZ) in getDummySecureRangingRequest()
127 .setChannelWidth(ScanResult.CHANNEL_WIDTH_80MHZ) in getDummySecureRangingRequest()
145 .setChannelWidth(ScanResult.CHANNEL_WIDTH_80MHZ) in getDummySecureRangingRequest()
157 .setChannelWidth(ScanResult.CHANNEL_WIDTH_80MHZ) in getDummySecureRangingRequest()
195 .setChannelWidth(ScanResult.CHANNEL_WIDTH_40MHZ) in getDummyRangingRequestWith11az()
215 .setChannelWidth(ScanResult.CHANNEL_WIDTH_40MHZ) in getDummyRangingRequestWith11az()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DCandidateScorerTest.java546 .setChannelWidth(ScanResult.CHANNEL_WIDTH_20MHZ); in test6GhzRssiBoost()
549 .setChannelWidth(ScanResult.CHANNEL_WIDTH_20MHZ).setKey(mKey2); in test6GhzRssiBoost()
555 mCandidate2.setChannelWidth(ScanResult.CHANNEL_WIDTH_80MHZ); in test6GhzRssiBoost()
DConcreteCandidate.java279 public ConcreteCandidate setChannelWidth(@WifiAnnotations.ChannelWidth int channelWidth) { in setChannelWidth() method in ConcreteCandidate
DWifiServiceImplTest.java9545 .setChannelWidth(20) in createScanResultList()
11960 .setChannelWidth(20) in createChannelDataScanResults()
11971 .setChannelWidth(20) in createChannelDataScanResults()
11982 .setChannelWidth(20) in createChannelDataScanResults()
11993 .setChannelWidth(20) in createChannelDataScanResults()
/packages/modules/Wifi/framework/java/android/net/wifi/rtt/
DResponderConfig.java493 .setChannelWidth(channelWidth) in fromScanResult()
820 public Builder setChannelWidth(@WifiAnnotations.ChannelWidth int channelWidth) { in setChannelWidth() method in ResponderConfig.Builder
1064 .setChannelWidth(in.readInt())
/packages/modules/Wifi/framework/tests/src/android/net/wifi/rtt/
DWifiRttManagerTest.java307 .setChannelWidth(scanResult2.channelWidth) in testRangingRequestAtLimit()
647 .setChannelWidth(ScanResult.CHANNEL_WIDTH_80MHZ) in testResponderConfigParcel()
675 .setChannelWidth(ScanResult.CHANNEL_WIDTH_80MHZ_PLUS_MHZ) in testResponderConfigParcel()
780 .setChannelWidth(ResponderConfig.CHANNEL_WIDTH_80MHZ); in testResponderPreambleSelection()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/
DWifiRttControllerHidlImplTest.java374 .setChannelWidth(ScanResult.CHANNEL_WIDTH_80MHZ) in testRangingWithInvalidParameterCombination()
381 .setChannelWidth(ScanResult.CHANNEL_WIDTH_80MHZ) in testRangingWithInvalidParameterCombination()
DWifiRttControllerAidlImplTest.java679 .setChannelWidth(ScanResult.CHANNEL_WIDTH_80MHZ) in testRangingWithInvalidParameterCombination()
686 .setChannelWidth(ScanResult.CHANNEL_WIDTH_80MHZ) in testRangingWithInvalidParameterCombination()
/packages/modules/Wifi/framework/java/android/net/wifi/aware/
DSubscribeConfig.java1225 public Builder setChannelWidth(@WifiAnnotations.ChannelWidth int channelWidth) { in setChannelWidth() method in SubscribeConfig.Builder
/packages/modules/Wifi/framework/java/android/net/wifi/
DScanResult.java1591 public Builder setChannelWidth(@ChannelWidth int channelWidth) { in setChannelWidth() method in ScanResult.Builder
/packages/modules/Wifi/service/java/com/android/server/wifi/rtt/
DRttServiceImpl.java1289 .setChannelWidth(rttPeer.getChannelWidth()) in processReceivedAwarePeerMacAddresses()
/packages/modules/Wifi/framework/api/
Dcurrent.txt1986 method @NonNull public android.net.wifi.rtt.ResponderConfig.Builder setChannelWidth(int);
Dsystem-current.txt1608 …_rtt_enabled") @NonNull public android.net.wifi.aware.SubscribeConfig.Builder setChannelWidth(int);