Searched defs:shortcutIntent (Results 1 – 4 of 4) sorted by relevance
50 val shortcutIntent = shortcutManager.createShortcutResultIntent(shortcutInfo) in onCreate() constant
45 val shortcutIntent = shortcutManager?.createShortcutResultIntent(shortcutInfo) in createShortcut() constant
49 final Intent shortcutIntent = new Intent(Intent.ACTION_VIEW); in testBuildShortcutAndGetValue() local
148 Intent shortcutIntent = null; in getIntent() local399 final Intent shortcutIntent = getIntent(kcm, keyCode, metaState); in handleIntentShortcut() local