Searched refs:COMPOSE (Results 1 – 5 of 5) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
D | ComposeActivity.java | 156 public static final int COMPOSE = -1; field in ComposeActivity 383 launch(launcher, account, null, COMPOSE, null, null, null, null, null /* extraValues */); in compose() 390 launch(launcher, account, null, COMPOSE, toAddress, null, null, null, in composeToAddress() 399 launch(launcher, account, null, COMPOSE, null, null, null, subject, extraValues); in composeWithExtraValues() 495 if (action == COMPOSE) { in launch() 560 action = savedState.getInt(EXTRA_ACTION, COMPOSE); in finishCreate() 581 action = intent.getIntExtra(EXTRA_ACTION, COMPOSE); in finishCreate() 711 case UIProvider.DraftType.COMPOSE: in finishCreate() 713 action = COMPOSE; in finishCreate() 918 case UIProvider.DraftType.COMPOSE: in setFocus() [all …]
|
D | FromAddressSpinner.java | 96 if (action == ComposeActivity.COMPOSE) { in initialize()
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/ |
D | ComposeActivityTest.java | 502 activity.initReplyRecipients(refMessage, ComposeActivity.COMPOSE); in testCompose() 829 intent.putExtra(ComposeActivity.EXTRA_ACTION, ComposeActivity.COMPOSE); in testMailToAccount()
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
D | UIProvider.java | 1555 public static final int COMPOSE = 1; field in UIProvider.DraftType
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
D | EmailProvider.java | 2698 ") !=0 THEN " + UIProvider.DraftType.COMPOSE + 4901 case DraftType.COMPOSE: in uiSaveMessage()
|