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

  /packages/apps/Exchange/exchange2/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/exchange2/src/com/android/exchange/adapter/
CalendarSyncAdapter.java 53 import com.android.exchange.Eas;
69 * Sync adapter class for EAS calendars
175 String amType = Eas.EXCHANGE_ACCOUNT_MANAGER_TYPE;
187 new String[] {mEmailAddress, Eas.EXCHANGE_ACCOUNT_MANAGER_TYPE}, null);
217 Eas.EXCHANGE_ACCOUNT_MANAGER_TYPE),
229 setPimSyncOptions(protocolVersion, Eas.FILTER_2_WEEKS, s);
275 Eas.EXCHANGE_ACCOUNT_MANAGER_TYPE), mAccountManagerAccount);
305 Eas.EXCHANGE_ACCOUNT_MANAGER_TYPE), mAccountManagerAccount,
331 // Handle the organizer (who IS an attendee on device, but NOT in EAS)
371 // EAS events can arrive without an end time, but CalendarProvider requires the
    [all...]

Completed in 53 milliseconds