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 57 import com.android.mail.compose.ComposeActivity;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 141 public class ComposeActivity extends AppCompatActivity
148 * An {@link Intent} action that launches {@link ComposeActivity}, but is handled as if the
223 // When a new ComposeActivity instance is created, it will attempt to use the information in
224 // the previously instantiated map. If ComposeActivity.onCreate() is called, with a bundle
331 * Boolean indicating whether ComposeActivity was launched from a Gmail controlled view.
726 final ComposeActivity composeActivity,
730 private Intent mEmptyServiceIntent = new Intent(composeActivity, EmptyService.class);
735 composeActivity.startService(mEmptyServiceIntent);
740 Cursor cursor = composeActivity.getContentResolver(
    [all...]

Completed in 90 milliseconds