Searched refs:getHealthMonitorFwAlertValidTimeMs (Results 1 – 5 of 5) sorted by relevance
216 mDeviceConfigFacade.getHealthMonitorFwAlertValidTimeMs()); in testDefaultValue()443 assertEquals(1000, mDeviceConfigFacade.getHealthMonitorFwAlertValidTimeMs()); in testFieldUpdates()
196 when(mDeviceConfigFacade.getHealthMonitorFwAlertValidTimeMs()).thenReturn(-1); in setUp()1176 when(mDeviceConfigFacade.getHealthMonitorFwAlertValidTimeMs()).thenReturn(2000); in testNetworkRssiPollShortNonlocalDisconnectionPassFwAlertCheck()1199 when(mDeviceConfigFacade.getHealthMonitorFwAlertValidTimeMs()).thenReturn(2000); in testNetworkRssiPollShortNonlocalDisconnectionFailFwAlertCheck()
233 when(mDeviceConfigFacade.getHealthMonitorFwAlertValidTimeMs()).thenReturn( in setUp()
809 public int getHealthMonitorFwAlertValidTimeMs() { in getHealthMonitorFwAlertValidTimeMs() method in DeviceConfigFacade
1217 int fwAlertValidTimeMs = mDeviceConfigFacade.getHealthMonitorFwAlertValidTimeMs(); in handleDisconnectionAfterConnection()