Home | History | Annotate | Download | only in exchange

Lines Matching refs:mPingHeartbeat

125     /*package*/ int mPingHeartbeat = PING_STARTING_HEARTBEAT;
419 // We are here because the current heartbeat (mPingHeartbeat) is invalid. Depending on
422 if (legalHeartbeat > mPingHeartbeat) {
436 } else if (legalHeartbeat < mPingHeartbeat) {
446 mPingHeartbeat = legalHeartbeat;
510 int pingHeartbeat = mPingHeartbeat;
772 mPingHeartbeat = pingHeartbeat;