Home | History | Annotate | Download | only in exchange

Lines Matching full:ping

123     static private final String PING_COMMAND = "Ping";
144 * the ping exception out. The maximum I use is 17 minutes, which is really an empirical
148 * If we ever have to drop the ping timeout, we'll never increase it again. There's no point
170 // Fallbacks (in minutes) for ping loop failures
195 // The ping time (in seconds)
197 // The longest successful ping heartbeat
306 if (query.startsWith("Cmd=Ping")) {
307 userLog("Reset, aborting Ping");
1141 Thread.currentThread().setName(mAccount.mDisplayName + ": Ping");
1143 userLog("Send ping, timeout: " + heartbeat + "s, high: " + mPingHighWaterMark + 's');
1149 * Convenience method for executePostWithTimeout for use other than with the Ping command
1157 * Handle executing an HTTP POST command with proper timeout, watchdog, and ping behavior
1161 * @param isPingCommand whether the POST is for the Ping command (requires wakelock logic)
1415 SyncManager.kick("change ping boxes to push");
1543 userLog("Ping interrupted; folder list requires sync...");
1577 errorLog("*** PING ERROR LOOP: Set " + mailbox.mDisplayName + " to " + mins + " min sync");
1640 // Initialize the Ping command
1668 userLog("Ping not ready for: " + notReadyMailboxes);
1671 userLog("Ping ready for: " + readyMailboxes);
1675 // If we've waited 10 seconds or more, just ping with whatever boxes are ready
1680 // If all pingable boxes are ready for push, send Ping to the server
1691 // Send the ping, wrapped by appropriate timeout/alarm
1693 userLog("Forcing ping after waiting for all boxes to be ready");
1699 userLog("Ping response: ", code);
1701 // Return immediately if we've been asked to stop during the ping
1715 // If our ping completed (status = 1), and we weren't forced and we're
1728 userLog("Increasing ping heartbeat to ", pingHeartbeat, "s");
1732 userLog("Ping returned empty result; throwing IOException");
1737 userLog("Authorization error during Ping: ", code);
1748 // ping.
1758 userLog("Decreased ping heartbeat to ", pingHeartbeat, "s");
1764 // keep on trying to ping
1765 userLog("Ping aborted; retry");
1786 // If we want to Ping, but can't just yet, wait a little bit
1863 // This means that a ping reported changes in error; we keep a count
1868 userLog("Last ping reported changes in error for: ", name);
1875 userLog("Last ping reported changes in error for: ", name);