Home | History | Annotate | Download | only in exchange

Lines Matching refs:CommandStatus

59 import com.android.exchange.CommandStatusException.CommandStatus;
520 throw new CommandStatusException(CommandStatus.NEEDS_PROVISIONING);
560 if (CommandStatus.isNeedsProvisioning(status)) {
571 userLog("Denied access: ", CommandStatus.toString(status));
581 } else if (CommandStatus.isDeniedAccess(status)) {
582 userLog("Denied access: ", CommandStatus.toString(status));
584 } else if (CommandStatus.isTransientError(status)) {
585 userLog("Transient error: ", CommandStatus.toString(status));
588 userLog("Unexpected response: ", CommandStatus.toString(status));
1755 throw new CommandStatusException(CommandStatus.NEEDS_PROVISIONING);
1817 if (CommandStatus.isNeedsProvisioning(status)) {
1823 } else if (CommandStatus.isDeniedAccess(status)) {
1833 userLog("Unexpected status: " + CommandStatus.toString(status));
2082 throw new CommandStatusException(CommandStatus.NEEDS_PROVISIONING);
2388 if (CommandStatus.isNeedsProvisioning(status)) {
2390 } else if (CommandStatus.isDeniedAccess(status)) {
2392 } else if (CommandStatus.isTransientError(status)) {