Searched defs:COMPOSE (Results 1 - 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java154 public static final int COMPOSE = -1; field in class:ComposeActivity
381 launch(launcher, account, null, COMPOSE, null, null, null, null, null /* extraValues */);
388 launch(launcher, account, null, COMPOSE, toAddress, null, null, null,
397 launch(launcher, account, null, COMPOSE, null, null, null, subject, extraValues);
493 if (action == COMPOSE) {
543 action = savedState.getInt(EXTRA_ACTION, COMPOSE);
564 action = intent.getIntExtra(EXTRA_ACTION, COMPOSE);
691 case UIProvider.DraftType.COMPOSE:
693 action = COMPOSE;
898 case UIProvider.DraftType.COMPOSE
[all...]
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DTags.java53 public static final int COMPOSE = 0x15; field in class:Tags
667 public static final int COMPOSE_PAGE = COMPOSE << PAGE_SHIFT;
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DUIProvider.java1555 public static final int COMPOSE = 1; field in class:UIProvider.DraftType

Completed in 998 milliseconds