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

  /packages/apps/Email/src/com/android/exchange/
StaleFolderListException.java 20 public class StaleFolderListException extends EasException {
EasSyncService.java     [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
PingParser.java 21 import com.android.exchange.StaleFolderListException;
31 * If the folder list needs to be reloaded, throw a StaleFolderListException, which will be caught
66 public boolean parse() throws IOException, StaleFolderListException, IllegalHeartbeatException {
80 throw new StaleFolderListException();

Completed in 15 milliseconds