Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DDeviceConfigFacadeTest.java138 mDeviceConfigFacade.getRxTputSufficientLowThrKbps()); in testDefaultValue()
362 assertEquals(5000, mDeviceConfigFacade.getRxTputSufficientLowThrKbps()); in testFieldUpdates()
DWifiDataStallTest.java124 when(mDeviceConfigFacade.getRxTputSufficientLowThrKbps()).thenReturn( in setUp()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DDeviceConfigFacade.java460 public int getRxTputSufficientLowThrKbps() { in getRxTputSufficientLowThrKbps() method in DeviceConfigFacade
DWifiDataStall.java575 tputSufficientLowThrKbps = mDeviceConfigFacade.getRxTputSufficientLowThrKbps(); in isL2ThroughputSufficient()