Home
last modified time | relevance | path

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

/packages/apps/Exchange/src/com/android/exchange/service/
DPingTask.java69 } while (PingParser.shouldPingAgain(pingStatus)); in doInBackground()
/packages/apps/Exchange/src/com/android/exchange/adapter/
DPingParser.java118 public static boolean shouldPingAgain(final int pingStatus) { in shouldPingAgain() method in PingParser