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

  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
Parser.java 122 * An EmptyStreamException is an EofException that occurs reading the first byte in the parser's
125 public class EmptyStreamException extends EofException {
369 throw new EmptyStreamException();
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasOutboxService.java 44 import com.android.exchange.adapter.Parser.EmptyStreamException;
433 } catch (EmptyStreamException e) {
EasSyncService.java 69 import com.android.exchange.adapter.Parser.EmptyStreamException;
    [all...]

Completed in 82 milliseconds