Searched refs:shortcutName (Results 1 – 3 of 3) sorted by relevance
91 String shortcutName; in onSelected() local94 shortcutName = Mailbox.getDisplayName(this, mailboxId); in onSelected()96 shortcutName = account.getDisplayName(); in onSelected()98 setupShortcut(account, mailboxId, shortcutName); in onSelected()135 private void setupShortcut(Account account, long mailboxId, String shortcutName) { in setupShortcut() argument156 intent.putExtra(Intent.EXTRA_SHORTCUT_NAME, shortcutName); in setupShortcut()
65 public PendingInstallShortcutInfo(Intent rawData, String shortcutName, in PendingInstallShortcutInfo() argument68 name = shortcutName; in PendingInstallShortcutInfo()
1671 String shortcutName = intent.getStringExtra(Intent.EXTRA_SHORTCUT_NAME); in processShortcut() local1673 if (applicationName != null && applicationName.equals(shortcutName)) { in processShortcut()