Home
last modified time | relevance | path

Searched refs:BASE_PAGE (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/adapter/
DTags.java564 public static final int BASE_PAGE = BASE << PAGE_SHIFT; field in Tags
565 public static final int BASE_BODY_PREFERENCE = BASE_PAGE + 5;
566 public static final int BASE_TYPE = BASE_PAGE + 6;
567 public static final int BASE_TRUNCATION_SIZE = BASE_PAGE + 7;
568 public static final int BASE_ALL_OR_NONE = BASE_PAGE + 8;
570 public static final int BASE_BODY = BASE_PAGE + 0xA;
571 public static final int BASE_DATA = BASE_PAGE + 0xB;
572 public static final int BASE_ESTIMATED_DATA_SIZE = BASE_PAGE + 0xC;
573 public static final int BASE_TRUNCATED = BASE_PAGE + 0xD;
574 public static final int BASE_ATTACHMENTS = BASE_PAGE + 0xE;
[all …]