Home
last modified time | relevance | path

Searched refs:getMaxNumberRxSpatialStreams (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DThroughputPredictorTest.java77 when(mDeviceCapabilities.getMaxNumberRxSpatialStreams()).thenReturn(2); in setUp()
153 when(mDeviceCapabilities.getMaxNumberRxSpatialStreams()).thenReturn(4); in verifyHighRssiMinChannelUtilizationAx5g160Mhz4ss()
172 when(mDeviceCapabilities.getMaxNumberRxSpatialStreams()).thenReturn(4); in verifyHighRssiMinChannelUtilizationAx5g160Mhz4ssOverriddenTo2ss()
257 when(mDeviceCapabilities.getMaxNumberRxSpatialStreams()).thenReturn(0); in verifyHighRssiMinChannelUtilizationHt2g20MhzIncorrectNss()
/aosp12/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
H A DDeviceWiphyCapabilities.java181 public int getMaxNumberRxSpatialStreams() { in getMaxNumberRxSpatialStreams() method in DeviceWiphyCapabilities
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DThroughputPredictor.java192 deviceCapabilities.getMaxNumberRxSpatialStreams()); in predictThroughput()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt7849 method public int getMaxNumberRxSpatialStreams();