HomeSort by relevance Sort by last modified time
    Searched defs:ComposeActivity (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java 58 import com.android.mail.compose.ComposeActivity;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 133 public class ComposeActivity extends ActionBarActivity
140 * An {@link Intent} action that launches {@link ComposeActivity}, but is handled as if the
210 // When a new ComposeActivity instance is created, it will attempt to use the information in
211 // the previously instantiated map. If ComposeActivity.onCreate() is called, with a bundle
308 * Boolean indicating whether ComposeActivity was launched from a Gmail controlled view.
682 final ComposeActivity composeActivity,
686 private Intent mEmptyServiceIntent = new Intent(composeActivity, EmptyService.class);
691 composeActivity.startService(mEmptyServiceIntent);
696 Cursor cursor = composeActivity.getContentResolver(
    [all...]

Completed in 84 milliseconds