Searched refs:heartbeatService (Results 1 – 3 of 3) sorted by relevance
70 HeartbeatService heartbeatService in connect() local72 if (heartbeatService != null) { in connect()73 heartbeatService.startHeartbeat(this, PING_INTERVAL); in connect()103 HeartbeatService heartbeatService in shutdown() local105 if (heartbeatService != null) { in shutdown()106 heartbeatService.stopHeartbeat(this); in shutdown()
170 HeartbeatService heartbeatService in shutdown() local172 if (heartbeatService != null) { in shutdown()173 heartbeatService.stopHeartbeat(this); in shutdown()235 HeartbeatService heartbeatService in startHeartbeat() local237 if (heartbeatService != null) { in startHeartbeat()238 heartbeatService.startHeartbeat(this, mKeepAliveMillis); in startHeartbeat()
154 HeartbeatService heartbeatService in startKeepAlive() local156 if (heartbeatService != null) { in startKeepAlive()157 heartbeatService.startHeartbeat(this, mKeepAliveMillis); in startKeepAlive()