Home | History | Annotate | Download | only in launcher3

Lines Matching refs:shortcutName

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