Home
last modified time | relevance | path

Searched defs:shortcutIntent (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/shortcut/
DCreateNoteTaskShortcutActivity.kt50 val shortcutIntent = shortcutManager.createShortcutResultIntent(shortcutInfo) in onCreate() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/shortcut/
DCreateBubbleShortcutActivity.kt45 val shortcutIntent = shortcutManager?.createShortcutResultIntent(shortcutInfo) in createShortcut() constant
/frameworks/base/core/tests/coretests/src/android/content/pm/
DAppSearchShortcutInfoTest.java49 final Intent shortcutIntent = new Intent(Intent.ACTION_VIEW); in testBuildShortcutAndGetValue() local
/frameworks/base/services/core/java/com/android/server/policy/
DModifierShortcutManager.java148 Intent shortcutIntent = null; in getIntent() local
399 final Intent shortcutIntent = getIntent(kcm, keyCode, metaState); in handleIntentShortcut() local