Searched refs:EasSyncCollectionTypeBase (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/eas/
H A DEasSyncBase.java37 private EasSyncCollectionTypeBase mCollectionTypeHandler;
152 * Get an instance of the correct {@link EasSyncCollectionTypeBase} for a specific collection
155 * @return An {@link EasSyncCollectionTypeBase} appropriate for this type.
157 private EasSyncCollectionTypeBase getCollectionTypeHandler(final int type) {
H A DEasSyncCollectionTypeBase.java21 public abstract class EasSyncCollectionTypeBase { class
H A DEasSyncMail.java26 public class EasSyncMail extends EasSyncCollectionTypeBase {
H A DEasSyncCalendar.java52 public class EasSyncCalendar extends EasSyncCollectionTypeBase {
H A DEasSyncContacts.java56 public class EasSyncContacts extends EasSyncCollectionTypeBase {
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DContactsSyncParser.java44 import com.android.exchange.eas.EasSyncCollectionTypeBase;
811 private final int[] mContactIndexArray = new int[EasSyncCollectionTypeBase.MAX_WINDOW_SIZE];

Completed in 285 milliseconds