Searched defs:CommandStatus (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/
H A DCommandStatusException.java34 public static class CommandStatus { class in class:CommandStatusException
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
[all...]

Completed in 26 milliseconds