Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DDeviceConfigFacadeTest.java195 mDeviceConfigFacade.getOverlappingConnectionDurationThresholdMs()); in testDefaultValue()
394 assertEquals(50000, mDeviceConfigFacade.getOverlappingConnectionDurationThresholdMs()); in testFieldUpdates()
DClientModeImplTest.java607 when(mDeviceConfigFacade.getOverlappingConnectionDurationThresholdMs()).thenReturn( in setUp()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DDeviceConfigFacade.java681 public int getOverlappingConnectionDurationThresholdMs() { in getOverlappingConnectionDurationThresholdMs() method in DeviceConfigFacade
DClientModeImpl.java2795 > mDeviceConfigFacade.getOverlappingConnectionDurationThresholdMs()) {