HomeSort by relevance Sort by last modified time
    Searched refs:Eas (Results 51 - 53 of 53) sorted by null

1 23

  /packages/apps/Exchange/src/com/android/exchange/adapter/
ProvisionParser.java 25 import com.android.exchange.Eas;
27 import com.android.exchange.eas.EasProvision;
44 private static final String TAG = Eas.LOG_TAG;
142 // EAS gives us seconds, which is, happily, what the PolicySet requires
ContactsSyncParser.java 42 import com.android.exchange.Eas;
43 import com.android.exchange.eas.EasSyncCollectionTypeBase;
44 import com.android.exchange.eas.EasSyncContacts;
55 private static final String TAG = Eas.LOG_TAG;
264 // EAS Business
278 // EAS Personal
615 .appendQueryParameter(RawContacts.ACCOUNT_TYPE, Eas.EXCHANGE_ACCOUNT_MANAGER_TYPE)
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/
EasOutboxService.java 159 // the message, as EAS 14 limits the length to 40 chars and we use 70+)
227 * For OriginalMessageInfo, we use the terminology of EAS for the serverId and mailboxId of the
262 // Note: itemId and collectionId are the terms used by EAS to refer to the serverId and
325 * Send a single message via EAS
351 // The reference message and mailbox are called item and collection in EAS
360 // use SmartForward for EAS 12.0 or later to avoid creating eml files that are
401 Eas.SUPPORTED_PROTOCOL_EX2010_DOUBLE);
408 // The type of entity depends on whether we're using EAS 14
410 // For EAS 14, we need to save the wbxml tag we're using
424 // In EAS 14, we don't send itemId and collectionId in the comman
    [all...]

Completed in 38 milliseconds

1 23