Searched refs:shortcutIntent (Results 1 – 2 of 2) sorted by relevance
41 Intent shortcutIntent = new Intent(this, Somnambulator.class); in onStart() local42 shortcutIntent.setFlags(Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS in onStart()47 resultIntent.putExtra(Intent.EXTRA_SHORTCUT_INTENT, shortcutIntent); in onStart()
3311 Intent shortcutIntent = mShortcutManager.getIntent(kcm, keyCode, metaState); in interceptKeyBeforeDispatching() local3312 if (shortcutIntent != null) { in interceptKeyBeforeDispatching()3313 shortcutIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in interceptKeyBeforeDispatching()3315 startActivityAsUser(shortcutIntent, UserHandle.CURRENT); in interceptKeyBeforeDispatching()3336 Intent shortcutIntent = mShortcutManager.getIntent(kcm, keyCode, in interceptKeyBeforeDispatching() local3339 if (shortcutIntent != null) { in interceptKeyBeforeDispatching()3340 shortcutIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in interceptKeyBeforeDispatching()3342 startActivityAsUser(shortcutIntent, UserHandle.CURRENT); in interceptKeyBeforeDispatching()