Searched refs:isChannelWidthSupported (Results 1 – 6 of 6) 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()
226 if (deviceCapabilities.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_160MHZ)) { in predictThroughput()232 if (deviceCapabilities.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_80MHZ)) { in predictThroughput()238 if (deviceCapabilities.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_40MHZ)) { in predictThroughput()
115 public boolean isChannelWidthSupported(@ChannelWidth int chWidth) { in isChannelWidthSupported() method in DeviceWiphyCapabilities
6701 method public boolean isChannelWidthSupported(int);
7694 method public boolean isChannelWidthSupported(int);