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

  /packages/apps/Exchange/src/com/android/exchange/adapter/
AbstractSyncParser.java 131 throw new EasParserException();
Parser.java 137 public class EasParserException extends IOException {
140 EasParserException() {
144 EasParserException(String reason) {
FolderSyncParser.java 209 throw new EasParserException();
246 throw new EasParserException("Folder status error");
    [all...]

Completed in 189 milliseconds