Home | History | Annotate | Download | only in launcher2

Lines Matching refs:shortcutName

1882         String shortcutName = intent.getStringExtra(Intent.EXTRA_SHORTCUT_NAME);
1884 if (applicationName != null && applicationName.equals(shortcutName)) {