Home
last modified time | relevance | path

Searched refs:PING_HEARTBEAT_INTERVAL (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/adapter/
DPingParser.java210 } else if (tag == Tags.PING_HEARTBEAT_INTERVAL) { in parse()
DTags.java377 public static final int PING_HEARTBEAT_INTERVAL = PING_PAGE + 8; field in Tags
/packages/apps/Exchange/src/com/android/exchange/eas/
DEasPing.java301 s.data(Tags.PING_HEARTBEAT_INTERVAL, Long.toString(mPingDuration)); in handleOneMailbox()
/packages/apps/Exchange/src/com/android/exchange/
DEasAccountService.java583 .data(Tags.PING_HEARTBEAT_INTERVAL, in runPingLoop()