Searched refs:HEARTBEAT_SEND_INTERVAL_IN_MS (Results 1 – 2 of 2) sorted by relevance
28 private static final long HEARTBEAT_SEND_INTERVAL_IN_MS = 1000; field in SyncContext59 if (now < mLastHeartbeatSendTime + HEARTBEAT_SEND_INTERVAL_IN_MS) return; in updateHeartbeat()
16980 Landroid/content/SyncContext;->HEARTBEAT_SEND_INTERVAL_IN_MS:J