HomeSort by relevance Sort by last modified time
    Searched refs:IllegalHeartbeatException (Results 1 - 3 of 3) sorted by null

  /packages/apps/Exchange/exchange2/src/com/android/exchange/
IllegalHeartbeatException.java 20 public class IllegalHeartbeatException extends EasException {
24 public IllegalHeartbeatException(int legalHeartbeat) {
EasAccountService.java 382 } catch (IllegalHeartbeatException e) {
531 IllegalHeartbeatException, CommandStatusException {
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
PingParser.java 20 import com.android.exchange.IllegalHeartbeatException;
66 public boolean parse() throws IOException, StaleFolderListException, IllegalHeartbeatException {
89 throw new IllegalHeartbeatException(getValueInt());

Completed in 52 milliseconds