Home | History | Annotate | Download | only in exchange

Lines Matching refs:pingStatus

585                     int pingStatus;
587 pingStatus = ExchangeService.PING_STATUS_DISABLED;
589 pingStatus = ExchangeService.pingStatus(mailboxId);
593 if (pingStatus == ExchangeService.PING_STATUS_OK) {
616 } else if ((pingStatus == ExchangeService.PING_STATUS_RUNNING) ||
617 (pingStatus == ExchangeService.PING_STATUS_WAITING)) {
619 } else if (pingStatus == ExchangeService.PING_STATUS_UNABLE) {
623 } else if (pingStatus == ExchangeService.PING_STATUS_DISABLED) {