Searched refs:shortcutIntent (Results 1 – 4 of 4) sorted by relevance
148 Intent shortcutIntent = null; in getIntent() local156 shortcutIntent = shortcutMap.get(shortcutChar); in getIntent()160 if (shortcutIntent == null) { in getIntent()163 shortcutIntent = shortcutMap.get(shortcutChar); in getIntent()165 if (shortcutIntent == null) { in getIntent()170 shortcutIntent = getRoleLaunchIntent(role); in getIntent()176 return shortcutIntent; in getIntent()399 final Intent shortcutIntent = getIntent(kcm, keyCode, metaState); in handleIntentShortcut() local400 if (shortcutIntent != null) { in handleIntentShortcut()401 shortcutIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in handleIntentShortcut()[all …]
45 val shortcutIntent = shortcutManager?.createShortcutResultIntent(shortcutInfo) in createShortcut() constant46 if (shortcutIntent != null) { in createShortcut()47 setResult(RESULT_OK, shortcutIntent) in createShortcut()
49 final Intent shortcutIntent = new Intent(Intent.ACTION_VIEW); in testBuildShortcutAndGetValue() local54 .setIntent(shortcutIntent) in testBuildShortcutAndGetValue()65 assertThat(shortcut.getIntent().toString()).isEqualTo(shortcutIntent.toString()); in testBuildShortcutAndGetValue()
50 val shortcutIntent = shortcutManager.createShortcutResultIntent(shortcutInfo) in onCreate() constant51 setResult(Activity.RESULT_OK, shortcutIntent) in onCreate()