Home | History | Annotate | Download | only in email

Lines Matching refs:reasons

132         // This can never be supported at this time. It exists only for historic reasons where
249 int reasons = getInactiveReasons(policy);
250 if (MailActivityEmail.DEBUG && (reasons != 0)) {
253 if ((reasons & INACTIVE_NEED_ACTIVATION) != 0) {
256 if ((reasons & INACTIVE_NEED_CONFIGURATION) != 0) {
259 if ((reasons & INACTIVE_NEED_PASSWORD) != 0) {
262 if ((reasons & INACTIVE_NEED_ENCRYPTION) != 0) {
265 if ((reasons & INACTIVE_PROTOCOL_POLICIES) != 0) {
270 return reasons == 0;
327 int reasons = 0;
333 reasons |= INACTIVE_NEED_PASSWORD;
338 reasons |= INACTIVE_NEED_PASSWORD;
341 reasons |= INACTIVE_NEED_PASSWORD;
347 reasons |= INACTIVE_NEED_CONFIGURATION;
355 reasons |= INACTIVE_NEED_PASSWORD;
362 reasons |= INACTIVE_NEED_PASSWORD;
368 reasons |= INACTIVE_NEED_CONFIGURATION;
373 reasons |= INACTIVE_NEED_PASSWORD;
379 reasons
383 reasons |= INACTIVE_NEED_CONFIGURATION;
389 reasons |= INACTIVE_PROTOCOL_POLICIES;
392 // If we made it all the way, reasons == 0 here. Otherwise it's a list of grievances.
393 return reasons;
617 // We can't support this, reasons in unsupportedRemotePolicies