HomeSort by relevance Sort by last modified time
    Searched defs:eas (Results 1 - 9 of 9) sorted by null

  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSettings.java 17 package com.android.exchange.eas;
EasOptions.java 17 package com.android.exchange.eas;
21 import com.android.exchange.Eas;
36 private static final String LOG_TAG = Eas.LOG_TAG;
43 Eas.SUPPORTED_PROTOCOL_EX2003,
44 Eas.SUPPORTED_PROTOCOL_EX2007, Eas.SUPPORTED_PROTOCOL_EX2007_SP1,
45 Eas.SUPPORTED_PROTOCOL_EX2010, Eas.SUPPORTED_PROTOCOL_EX2010_SP1);
114 // The string is a comma separated list of EAS versions in ascending order
EasConnectionCache.java 17 package com.android.exchange.eas;
24 import com.android.exchange.Eas;
90 LogUtils.d(Eas.LOG_TAG, "Creating new connection manager for HostAuth %d", hostAuth.mId);
118 LogUtils.d(Eas.LOG_TAG, "Aging out connection manager for HostAuth %d",
129 LogUtils.d(Eas.LOG_TAG, "Reusing cached connection manager for HostAuth %d",
163 LogUtils.d(Eas.LOG_TAG, "Uncaching connection manager for HostAuth %d", hostAuth.mId);
EasFolderSync.java 17 package com.android.exchange.eas;
40 * Implements the EAS FolderSync command. We use this both to actually do a folder sync, and also
EasMoveItems.java 1 package com.android.exchange.eas;
EasProvision.java 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_DOUBL
    [all...]
EasSync.java 17 package com.android.exchange.eas;
33 import com.android.exchange.Eas;
108 getProtocolVersion() < Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE);
243 if (getProtocolVersion() < Eas.SUPPORTED_PROTOCOL_EX2007_SP1_DOUBLE) {
244 s.data(Tags.SYNC_CLASS, Eas.getFolderClass(collectionType));
248 if (getProtocolVersion() >= Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE) {
266 // "Flag" is a relatively complex concept in EAS 12.0 and above. It is not only
269 // recurrences. We don't support any of this as yet, but EAS 12.0 and higher
EasPing.java 17 package com.android.exchange.eas;
36 import com.android.exchange.Eas;
56 private static final String TAG = Eas.LOG_TAG;
317 s.data(Tags.PING_CLASS, Eas.getFolderClass(mailbox.mType));
EasOperation.java 17 package com.android.exchange.eas;
37 import com.android.exchange.Eas;
70 public static final String LOG_TAG = Eas.LOG_TAG;
75 /** Message MIME type for EAS version 14 and later. */
376 * @return The name of the command for this operation as defined by the EAS protocol, or for
587 Eas.EXCHANGE_ACCOUNT_MANAGER_TYPE), mailboxId);

Completed in 61 milliseconds