HomeSort by relevance Sort by last modified time
    Searched refs:SUPPORTED_PROTOCOL_EX2007_DOUBLE (Results 1 - 13 of 13) sorted by null

  /packages/apps/Exchange/tests/src/com/android/exchange/eas/
EasProvisionTests.java 50 final double protocolVersion = Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE;
111 final double protocolVersion = Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE;
139 final double protocolVersion = Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE;
  /packages/apps/Exchange/src/com/android/exchange/
Eas.java 53 public static final double SUPPORTED_PROTOCOL_EX2007_DOUBLE = 12.0;
149 return SUPPORTED_PROTOCOL_EX2007_DOUBLE;
EasSyncService.java     [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSyncCollectionTypeBase.java 90 if (protocolVersion >= Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE) {
EasSyncMail.java 64 if (protocolVersion < Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE) {
83 if (protocolVersion >= Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE) {
EasSync.java 111 getAccountId(), getProtocolVersion() < Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE);
271 if (getProtocolVersion() >= Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE) {
EasLoadAttachment.java 209 if (getProtocolVersion() < Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE) {
EasProvision.java 325 return (getProtocolVersion() >= Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE) ?
EasSyncCalendar.java 489 if (protocolVersion < Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE) {
497 if (protocolVersion >= Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE) {
509 if ((protocolVersion >= Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE) || !isChange) {
601 if (protocolVersion >= Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE) {
629 if (((protocolVersion >= Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE) || !isChange) &&
    [all...]
EasSyncContacts.java 652 if (protocolVersion >= Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE) {
704 if (protocolVersion < Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE) {
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/
EasSyncServiceTests.java 91 assertEquals(Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE,