Home
last modified time | relevance | path

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

/packages/apps/Exchange/src/com/android/exchange/adapter/
DTags.java667 public static final int COMPOSE_PAGE = COMPOSE << PAGE_SHIFT; field in Tags
668 public static final int COMPOSE_SEND_MAIL = COMPOSE_PAGE + 5;
669 public static final int COMPOSE_SMART_FORWARD = COMPOSE_PAGE + 6;
670 public static final int COMPOSE_SMART_REPLY = COMPOSE_PAGE + 7;
671 public static final int COMPOSE_SAVE_IN_SENT_ITEMS = COMPOSE_PAGE + 8;
672 public static final int COMPOSE_REPLACE_MIME = COMPOSE_PAGE + 9;
674 public static final int COMPOSE_SOURCE = COMPOSE_PAGE + 0xB;
675 public static final int COMPOSE_FOLDER_ID = COMPOSE_PAGE + 0xC;
676 public static final int COMPOSE_ITEM_ID = COMPOSE_PAGE + 0xD;
677 public static final int COMPOSE_LONG_ID = COMPOSE_PAGE + 0xE;
[all …]
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/
DSerializerTests.java70 Tags.COMPOSE_SEND_MAIL - Tags.COMPOSE_PAGE + Wbxml.WITH_CONTENT, in testSerializer()
71 Tags.COMPOSE_ACCOUNT_ID - Tags.COMPOSE_PAGE, in testSerializer()
72 Tags.COMPOSE_ACCOUNT_ID - Tags.COMPOSE_PAGE + Wbxml.WITH_CONTENT, in testSerializer()
78 Tags.COMPOSE_CLIENT_ID - Tags.COMPOSE_PAGE + Wbxml.WITH_CONTENT, in testSerializer()
84 Tags.COMPOSE_SAVE_IN_SENT_ITEMS - Tags.COMPOSE_PAGE, in testSerializer()
85 Tags.COMPOSE_MIME - Tags.COMPOSE_PAGE + Wbxml.WITH_CONTENT, in testSerializer()