Home
last modified time | relevance | path

Searched refs:createAccountShortcutIntent (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/
DShortcutPicker.java149 shortcutIntent = Welcome.createAccountShortcutIntent(myActivity, uuid, mailboxId); in setupShortcut()
DWelcome.java147 public static Intent createAccountShortcutIntent(Context context, String uuid, long mailboxId) { in createAccountShortcutIntent() method in Welcome