Home
last modified time | relevance | path

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

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DTags.java484 public static final int BASE_PAGE = BASE << PAGE_SHIFT; field in Tags
485 public static final int BASE_BODY_PREFERENCE = BASE_PAGE + 5;
486 public static final int BASE_TYPE = BASE_PAGE + 6;
487 public static final int BASE_TRUNCATION_SIZE = BASE_PAGE + 7;
488 public static final int BASE_ALL_OR_NONE = BASE_PAGE + 8;
489 public static final int BASE_RESERVED = BASE_PAGE + 9;
490 public static final int BASE_BODY = BASE_PAGE + 0xA;
491 public static final int BASE_DATA = BASE_PAGE + 0xB;
492 public static final int BASE_ESTIMATED_DATA_SIZE = BASE_PAGE + 0xC;
493 public static final int BASE_TRUNCATED = BASE_PAGE + 0xD;
[all …]