ComposeActivity.java | 17 package com.android.mail.compose; 78 import com.android.mail.compose.AttachmentsView.AttachmentAddedOrDeletedListener; 79 import com.android.mail.compose.AttachmentsView.AttachmentFailureException; 80 import com.android.mail.compose.FromAddressSpinner.OnAccountChangedListener; 81 import com.android.mail.compose.QuotedTextView.RespondInlineListener; 128 public static final int COMPOSE = -1; 134 // Integer extra holding one of the above compose action 309 public static void compose(Context launcher, Account account) { method in class:ComposeActivity 310 launch(launcher, account, null, COMPOSE, null, null, null, null, null /* extraValues */); 317 launch(launcher, account, null, COMPOSE, toAddress, null, null, null [all...] |