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 56 import com.android.mail.compose.ComposeActivity;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 140 public class ComposeActivity extends ActionBarActivity
147 * An {@link Intent} action that launches {@link ComposeActivity}, but is handled as if the
220 // When a new ComposeActivity instance is created, it will attempt to use the information in
221 // the previously instantiated map. If ComposeActivity.onCreate() is called, with a bundle
330 * Boolean indicating whether ComposeActivity was launched from a Gmail controlled view.
725 final ComposeActivity composeActivity,
729 private Intent mEmptyServiceIntent = new Intent(composeActivity, EmptyService.class);
734 composeActivity.startService(mEmptyServiceIntent);
739 Cursor cursor = composeActivity.getContentResolver(
    [all...]

Completed in 188 milliseconds