Home | History | Annotate | Download | only in eas

Lines Matching defs:eas

17 package com.android.exchange.eas;
24 import com.android.exchange.Eas;
37 * Implements the EAS Provision protocol.
51 private static final String LOG_TAG = Eas.LOG_TAG;
53 /** The policy type for versions of EAS prior to 2007. */
55 /** The policy type for versions of EAS starting with 2007. */
56 public static final String EAS_12_POLICY_TYPE = "MS-EAS-Provisioning-WBXML";
58 /** The EAS protocol Provision status for "we implement all of the policies" */
60 /** The EAS protocol Provision status meaning "we partially implement the policies" */
186 if (version == Eas.SUPPORTED_PROTOCOL_EX2007_SP1_DOUBLE
187 || version == Eas.SUPPORTED_PROTOCOL_EX2010_DOUBLE) {
211 getProtocolVersion() >= Eas.SUPPORTED_PROTOCOL_EX2010_SP1_DOUBLE) {
279 return (getProtocolVersion() >= Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE) ?