Searched defs:Welcome (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/
H A DWelcome.java50 * The Welcome activity initializes the application and starts {@link EmailActivity}, or launch
55 public class Welcome extends Activity { class in inherits:Activity
108 Intent i = IntentUtilities.createRestartAppIntent(fromActivity, Welcome.class);
200 if (MailService.hasMismatchInPopImapAccounts(Welcome.this)) {
201 MailService.reconcilePopImapAccountsSync(Welcome.this);
203 Welcome.this.runOnUiThread(new Runnable() {
250 Log.d(Logging.LOG_TAG, "Welcome: Closing self...");
259 * When launching an activity from {@link Welcome}, we always want to set
420 ActivityHelper.showSecurityHoldDialog(Welcome.this, accountId);

Completed in 47 milliseconds