Home
last modified time | relevance | path

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

/packages/apps/Exchange/tests/src/com/android/exchange/adapter/
DSerializerTests.java65 Tags.COMPOSE_SEND_MAIL - Tags.COMPOSE_PAGE + Wbxml.WITH_CONTENT, in testSerializer()
66 Tags.COMPOSE_ACCOUNT_ID - Tags.COMPOSE_PAGE, in testSerializer()
67 Tags.COMPOSE_ACCOUNT_ID - Tags.COMPOSE_PAGE + Wbxml.WITH_CONTENT, in testSerializer()
73 Tags.COMPOSE_CLIENT_ID - Tags.COMPOSE_PAGE + Wbxml.WITH_CONTENT, in testSerializer()
79 Tags.COMPOSE_SAVE_IN_SENT_ITEMS - Tags.COMPOSE_PAGE, in testSerializer()
80 Tags.COMPOSE_MIME - Tags.COMPOSE_PAGE + Wbxml.WITH_CONTENT, in testSerializer()
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
DSerializerTests.java65 Tags.COMPOSE_SEND_MAIL - Tags.COMPOSE_PAGE + Wbxml.WITH_CONTENT, in testSerializer()
66 Tags.COMPOSE_ACCOUNT_ID - Tags.COMPOSE_PAGE, in testSerializer()
67 Tags.COMPOSE_ACCOUNT_ID - Tags.COMPOSE_PAGE + Wbxml.WITH_CONTENT, in testSerializer()
73 Tags.COMPOSE_CLIENT_ID - Tags.COMPOSE_PAGE + Wbxml.WITH_CONTENT, in testSerializer()
79 Tags.COMPOSE_SAVE_IN_SENT_ITEMS - Tags.COMPOSE_PAGE, in testSerializer()
80 Tags.COMPOSE_MIME - Tags.COMPOSE_PAGE + Wbxml.WITH_CONTENT, in testSerializer()
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DTags.java560 public static final int COMPOSE_PAGE = COMPOSE << PAGE_SHIFT; field in Tags
561 public static final int COMPOSE_SEND_MAIL = COMPOSE_PAGE + 5;
562 public static final int COMPOSE_SMART_FORWARD = COMPOSE_PAGE + 6;
563 public static final int COMPOSE_SMART_REPLY = COMPOSE_PAGE + 7;
564 public static final int COMPOSE_SAVE_IN_SENT_ITEMS = COMPOSE_PAGE + 8;
565 public static final int COMPOSE_REPLACE_MIME = COMPOSE_PAGE + 9;
567 public static final int COMPOSE_SOURCE = COMPOSE_PAGE + 0xB;
568 public static final int COMPOSE_FOLDER_ID = COMPOSE_PAGE + 0xC;
569 public static final int COMPOSE_ITEM_ID = COMPOSE_PAGE + 0xD;
570 public static final int COMPOSE_LONG_ID = COMPOSE_PAGE + 0xE;
[all …]