Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DDeviceConfigFacadeTest.java221 mDeviceConfigFacade.getTrafficStatsThresholdMaxKbyte()); in testDefaultValue()
410 assertEquals(5000, mDeviceConfigFacade.getTrafficStatsThresholdMaxKbyte()); in testFieldUpdates()
DWifiScoreCardTest.java196 when(mDeviceConfigFacade.getTrafficStatsThresholdMaxKbyte()).thenReturn(4000); in setUp()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DDeviceConfigFacade.java783 public int getTrafficStatsThresholdMaxKbyte() { in getTrafficStatsThresholdMaxKbyte() method in DeviceConfigFacade
DWifiScoreCard.java1439 .getTrafficStatsThresholdMaxKbyte() * 1024); in getByteDeltaAccThr()