Home
last modified time | relevance | path

Searched refs:heartbeatService (Results 1 – 3 of 3) sorted by relevance

/packages/apps/IM/src/com/android/im/imps/
DTcpCirChannel.java70 HeartbeatService heartbeatService in connect() local
72 if (heartbeatService != null) { in connect()
73 heartbeatService.startHeartbeat(this, PING_INTERVAL); in connect()
103 HeartbeatService heartbeatService in shutdown() local
105 if (heartbeatService != null) { in shutdown()
106 heartbeatService.stopHeartbeat(this); in shutdown()
DHttpDataChannel.java170 HeartbeatService heartbeatService in shutdown() local
172 if (heartbeatService != null) { in shutdown()
173 heartbeatService.stopHeartbeat(this); in shutdown()
235 HeartbeatService heartbeatService in startHeartbeat() local
237 if (heartbeatService != null) { in startHeartbeat()
238 heartbeatService.startHeartbeat(this, mKeepAliveMillis); in startHeartbeat()
DSmsDataChannel.java154 HeartbeatService heartbeatService in startKeepAlive() local
156 if (heartbeatService != null) { in startKeepAlive()
157 heartbeatService.startHeartbeat(this, mKeepAliveMillis); in startKeepAlive()