Searched refs:COMPOSE (Results 1 – 7 of 7) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
D | ComposeActivity.java | 147 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 …]
|
D | FromAddressSpinner.java | 96 if (action == ComposeActivity.COMPOSE) { in initialize()
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
D | Tags.java | 53 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/ |
D | SerializerTests.java | 69 Tags.COMPOSE, in testSerializer()
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/ |
D | ComposeActivityTest.java | 497 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/ |
D | UIProvider.java | 1498 public static final int COMPOSE = 1; field in UIProvider.DraftType
|
/packages/apps/Email/src/com/android/email/provider/ |
D | EmailProvider.java | 2588 ") !=0 THEN " + UIProvider.DraftType.COMPOSE + 4772 case DraftType.COMPOSE: in uiSaveMessage()
|