Searched refs:getHealthMonitorFwAlertValidTimeMs (Results 1 – 5 of 5) sorted by relevance
212 mDeviceConfigFacade.getHealthMonitorFwAlertValidTimeMs()); in testDefaultValue()405 assertEquals(1000, mDeviceConfigFacade.getHealthMonitorFwAlertValidTimeMs()); in testFieldUpdates()
193 when(mDeviceConfigFacade.getHealthMonitorFwAlertValidTimeMs()).thenReturn(-1); in setUp()1171 when(mDeviceConfigFacade.getHealthMonitorFwAlertValidTimeMs()).thenReturn(2000); in testNetworkRssiPollShortNonlocalDisconnectionPassFwAlertCheck()1194 when(mDeviceConfigFacade.getHealthMonitorFwAlertValidTimeMs()).thenReturn(2000); in testNetworkRssiPollShortNonlocalDisconnectionFailFwAlertCheck()
229 when(mDeviceConfigFacade.getHealthMonitorFwAlertValidTimeMs()).thenReturn( in setUp()
745 public int getHealthMonitorFwAlertValidTimeMs() { in getHealthMonitorFwAlertValidTimeMs() method in DeviceConfigFacade
1215 int fwAlertValidTimeMs = mDeviceConfigFacade.getHealthMonitorFwAlertValidTimeMs(); in handleDisconnectionAfterConnection()