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

  /packages/apps/Exchange/src/com/android/exchange/
CommandStatusException.java 57 public static final int NEEDS_PROVISIONING = 142;
92 return (status == CommandStatus.NEEDS_PROVISIONING ||
EasAccountService.java 288 throw new CommandStatusException(CommandStatus.NEEDS_PROVISIONING);
341 throw new CommandStatusException(CommandStatus.NEEDS_PROVISIONING);
    [all...]
EasSyncService.java 515 throw new CommandStatusException(CommandStatus.NEEDS_PROVISIONING);
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasPing.java 263 case CommandStatus.NEEDS_PROVISIONING:

Completed in 51 milliseconds