Lines Matching refs:code
254 int code = resp.getStatus();
255 userLog("OPTIONS response: ", code);
256 if (code == HttpStatus.SC_OK) {
284 } else if (code == EAS_REDIRECT_CODE && canHandleAccountMailboxRedirect(resp)) {
330 int code = resp.getStatus();
331 if (code == HttpStatus.SC_OK) {
345 } else if (code == EAS_REDIRECT_CODE && canHandleAccountMailboxRedirect(resp)) {
349 userLog("FolderSync response error: ", code);
644 int code = resp.getStatus();
645 userLog("Ping response: ", code);
659 if (code == HttpStatus.SC_OK) {
696 userLog("Authorization error during Ping: ", code);
799 * This behavior is seemingly random, and therefore we must code defensively