Home
last modified time | relevance | path

Searched refs:PingParser (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DPingParser.java34 public class PingParser extends Parser { class
47 public PingParser(InputStream in, EasSyncService service) throws IOException { in PingParser() method in PingParser
/packages/apps/Exchange/exchange2/src/com/android/exchange/
DEasAccountService.java49 import com.android.exchange.adapter.PingParser;
800 PingParser pp = new PingParser(is, this); in parsePingResult()