Searched refs:isChannelWidthSupported (Results 1 – 5 of 5) sorted by relevance
74 assertEquals(true, capa.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_20MHZ)); in testMappingWifiStandardIntoChannelWidthSupport()75 assertEquals(false, capa.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_40MHZ)); in testMappingWifiStandardIntoChannelWidthSupport()76 assertEquals(false, capa.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_80MHZ)); in testMappingWifiStandardIntoChannelWidthSupport()79 assertEquals(true, capa.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_20MHZ)); in testMappingWifiStandardIntoChannelWidthSupport()80 assertEquals(true, capa.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_40MHZ)); in testMappingWifiStandardIntoChannelWidthSupport()81 assertEquals(false, capa.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_80MHZ)); in testMappingWifiStandardIntoChannelWidthSupport()84 assertEquals(true, capa.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_20MHZ)); in testMappingWifiStandardIntoChannelWidthSupport()85 assertEquals(true, capa.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_40MHZ)); in testMappingWifiStandardIntoChannelWidthSupport()86 assertEquals(true, capa.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_80MHZ)); in testMappingWifiStandardIntoChannelWidthSupport()
70 when(mDeviceCapabilities.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_40MHZ)) in setUp()72 when(mDeviceCapabilities.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_80MHZ)) in setUp()74 when(mDeviceCapabilities.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_160MHZ)) in setUp()150 when(mDeviceCapabilities.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_160MHZ)) in verifyHighRssiMinChannelUtilizationAx5g160Mhz4ss()169 when(mDeviceCapabilities.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_160MHZ)) in verifyHighRssiMinChannelUtilizationAx5g160Mhz4ssOverriddenTo2ss()
231 if (deviceCapabilities.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_160MHZ)) { in predictThroughput()237 if (deviceCapabilities.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_80MHZ)) { in predictThroughput()243 if (deviceCapabilities.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_40MHZ)) { in predictThroughput()
115 public boolean isChannelWidthSupported(@ChannelWidth int chWidth) { in isChannelWidthSupported() method in DeviceWiphyCapabilities
7851 method public boolean isChannelWidthSupported(int);