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

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MailboxSelectionActivity.java 225 final Intent noAccountIntent = MailAppProvider.getNoAccountIntent(this);
226 if (noAccountIntent != null) {
227 startActivityForResult(noAccountIntent, RESULT_CREATE_ACCOUNT);
AbstractActivityController.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 769 final Intent noAccountIntent = MailAppProvider.getNoAccountIntent(this);
770 if (noAccountIntent != null) {
772 startActivityForResult(noAccountIntent, RESULT_CREATE_ACCOUNT);
    [all...]

Completed in 98 milliseconds