Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DDeviceConfigFacadeTest.java140 mDeviceConfigFacade.getRxTputSufficientHighThrKbps()); in testDefaultValue()
363 assertEquals(9000, mDeviceConfigFacade.getRxTputSufficientHighThrKbps()); in testFieldUpdates()
DWifiDataStallTest.java126 when(mDeviceConfigFacade.getRxTputSufficientHighThrKbps()).thenReturn( in setUp()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DDeviceConfigFacade.java467 public int getRxTputSufficientHighThrKbps() { in getRxTputSufficientHighThrKbps() method in DeviceConfigFacade
DWifiDataStall.java576 tputSufficientHighThrKbps = mDeviceConfigFacade.getRxTputSufficientHighThrKbps(); in isL2ThroughputSufficient()