Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java147 public static final int COMPOSE = -1; field in ComposeActivity
351 launch(launcher, account, null, COMPOSE, null, null, null, null, null /* extraValues */); in compose()
358 launch(launcher, account, null, COMPOSE, toAddress, null, null, null, in composeToAddress()
367 launch(launcher, account, null, COMPOSE, null, null, null, subject, extraValues); in composeWithExtraValues()
463 if (action == COMPOSE) { in launch()
510 action = savedState.getInt(EXTRA_ACTION, COMPOSE); in finishCreate()
521 action = intent.getIntExtra(EXTRA_ACTION, COMPOSE); in finishCreate()
648 case UIProvider.DraftType.COMPOSE: in finishCreate()
650 action = COMPOSE; in finishCreate()
852 case UIProvider.DraftType.COMPOSE: in setFocus()
[all …]
DFromAddressSpinner.java96 if (action == ComposeActivity.COMPOSE) { in initialize()
/packages/apps/Exchange/src/com/android/exchange/adapter/
DTags.java53 public static final int COMPOSE = 0x15; field in Tags
667 public static final int COMPOSE_PAGE = COMPOSE << PAGE_SHIFT;
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/
DSerializerTests.java69 Tags.COMPOSE, in testSerializer()
/packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
DComposeActivityTest.java497 activity.initReplyRecipients(refMessage, ComposeActivity.COMPOSE); in testCompose()
816 intent.putExtra(ComposeActivity.EXTRA_ACTION, ComposeActivity.COMPOSE); in testMailToAccount()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DUIProvider.java1498 public static final int COMPOSE = 1; field in UIProvider.DraftType
/packages/apps/Email/src/com/android/email/provider/
DEmailProvider.java2588 ") !=0 THEN " + UIProvider.DraftType.COMPOSE +
4772 case DraftType.COMPOSE: in uiSaveMessage()