Home | History | Annotate | Download | only in exchange

Lines Matching defs:CommandStatus

34     public static class CommandStatus {
91 return (status == CommandStatus.NEEDS_PROVISIONING ||
92 status == CommandStatus.NEEDS_PROVISIONING_REFRESH ||
93 status == CommandStatus.NEEDS_PROVISIONING_INVALID ||
94 status == CommandStatus.NEEDS_PROVISIONING_WIPE);
98 return (status == CommandStatus.SYNC_STATE_CORRUPT ||
99 status == CommandStatus.SYNC_STATE_INVALID);
103 return (status == CommandStatus.USER_DISABLED_FOR_SYNC ||
104 status == CommandStatus.USERS_DISABLED_FOR_SYNC ||
105 status == CommandStatus.USER_ON_LEGACY_SERVER_CANT_SYNC ||
106 status == CommandStatus.DEVICE_QUARANTINED ||
107 status == CommandStatus.ACCESS_DENIED ||
108 status == CommandStatus.USER_ACCOUNT_DISABLED ||
109 status == CommandStatus.NOT_PROVISIONABLE_LEGACY_DEVICE ||
110 status == CommandStatus.NOT_PROVISIONABLE_PARTIAL ||
111 status == CommandStatus.TOO_MANY_PARTNERSHIPS);
115 return status == CommandStatus.SYNC_STATE_NOT_FOUND ||
116 status == CommandStatus.SERVER_ERROR_RETRY;