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()
2931 Intent shortcutIntent = mShortcutManager.getIntent(kcm, keyCode, metaState); in interceptKeyBeforeDispatchingInner() local2932 if (shortcutIntent != null) { in interceptKeyBeforeDispatchingInner()2933 shortcutIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in interceptKeyBeforeDispatchingInner()2935 startActivityAsUser(shortcutIntent, UserHandle.CURRENT); in interceptKeyBeforeDispatchingInner()2956 Intent shortcutIntent = mShortcutManager.getIntent(kcm, keyCode, in interceptKeyBeforeDispatchingInner() local2959 if (shortcutIntent != null) { in interceptKeyBeforeDispatchingInner()2960 shortcutIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in interceptKeyBeforeDispatchingInner()2962 startActivityAsUser(shortcutIntent, UserHandle.CURRENT); in interceptKeyBeforeDispatchingInner()