Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DDeviceConfigFacadeTest.java191 mDeviceConfigFacade.getOverlappingConnectionDurationThresholdMs()); in testDefaultValue()
355 assertEquals(50000, mDeviceConfigFacade.getOverlappingConnectionDurationThresholdMs()); in testFieldUpdates()
DClientModeImplTest.java562 when(mDeviceConfigFacade.getOverlappingConnectionDurationThresholdMs()).thenReturn( in setUp()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DDeviceConfigFacade.java616 public int getOverlappingConnectionDurationThresholdMs() { in getOverlappingConnectionDurationThresholdMs() method in DeviceConfigFacade
DClientModeImpl.java2916 > deviceConfigFacade.getOverlappingConnectionDurationThresholdMs()) { in reportConnectionAttemptStart()