Searched refs:PING_STATUS_OK (Results 1 – 2 of 2) sorted by relevance
173 public static final int PING_STATUS_OK = 0; field in ExchangeService2473 if (exchangeService == null) return PING_STATUS_OK;2487 return PING_STATUS_OK;
593 if (pingStatus == ExchangeService.PING_STATUS_OK) { in runPingLoop()