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

  /packages/apps/Exchange/src/com/android/exchange/
Eas.java 26 * Constants used throughout the EAS implementation are stored here.
29 public class Eas {
39 public static final String CLIENT_VERSION = "EAS-1.3";
57 // From EAS spec
85 // For EAS 12, we use HTML, so we want a larger size than in EAS 2.5
87 // For EAS 2.5, truncation is a code; the largest is "7", which is 100k
104 Log.d("Eas Debug", "Logging: " + (USER_LOG ? "User " : "") +
  /packages/apps/Exchange/src/com/android/exchange/adapter/
CalendarSyncAdapter.java 52 import com.android.exchange.Eas;
70 * Sync adapter class for EAS calendars
172 new String[] {mEmailAddress, Eas.EXCHANGE_ACCOUNT_MANAGER_TYPE}, null);
202 Eas.EXCHANGE_ACCOUNT_MANAGER_TYPE),
212 setPimSyncOptions(protocolVersion, Eas.FILTER_2_WEEKS, s);
257 Eas.EXCHANGE_ACCOUNT_MANAGER_TYPE), mAccountManagerAccount);
287 Eas.EXCHANGE_ACCOUNT_MANAGER_TYPE), mAccountManagerAccount,
313 // Handle the organizer (who IS an attendee on device, but NOT in EAS)
353 // EAS events can arrive without an end time, but CalendarProvider requires them
451 Eas.EXCHANGE_ACCOUNT_MANAGER_TYPE)
    [all...]

Completed in 43 milliseconds