Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DDeviceConfigFacadeTest.java128 mDeviceConfigFacade.getDataStallRxTputThrKbps()); in testDefaultValue()
357 assertEquals(1500, mDeviceConfigFacade.getDataStallRxTputThrKbps()); in testFieldUpdates()
DWifiDataStallTest.java114 when(mDeviceConfigFacade.getDataStallRxTputThrKbps()).thenReturn( in setUp()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DDeviceConfigFacade.java425 public int getDataStallRxTputThrKbps() { in getDataStallRxTputThrKbps() method in DeviceConfigFacade
DWifiDataStall.java422 isRxTputLow = mRxTputKbps < mDeviceConfigFacade.getDataStallRxTputThrKbps(); in checkDataStallAndThroughputSufficiency()