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

  /packages/apps/Exchange/src/com/android/exchange/
CommandStatusException.java 23 public class CommandStatusException extends EasException {
137 public CommandStatusException(int status) {
142 public CommandStatusException(int status, String itemId) {
  /packages/apps/Exchange/src/com/android/exchange/adapter/
EmailSyncParser.java 37 import com.android.exchange.CommandStatusException;
326 private EmailContent.Message addParser() throws IOException, CommandStatusException {
351 throw new CommandStatusException(status, msg.mServerId);
654 public void commandsParser() throws IOException, CommandStatusException {
718 } catch (CommandStatusException sse) {
740 public boolean parse() throws IOException, CommandStatusException {
    [all...]

Completed in 111 milliseconds