HomeSort by relevance Sort by last modified time
    Searched refs:EmlViewerActivity (Results 1 - 3 of 3) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
EmlViewerActivity.java 44 public class EmlViewerActivity extends Activity implements FeedbackEnabledActivity,
86 "Entered EmlViewerActivity with wrong intent action or type: %s, %s",
168 EmlViewerActivity.this, mAccountUri, projection, factory);
MessageAttachmentBar.java 331 intent.setClass(getContext(), EmlViewerActivity.class);
332 intent.putExtra(EmlViewerActivity.EXTRA_ACCOUNT_URI, mAccountUri);
EmlMessageViewFragment.java 204 return (EmlViewerActivity) getActivity();

Completed in 127 milliseconds