Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSomnambulator.java41 Intent shortcutIntent = new Intent(this, Somnambulator.class); in onStart() local
/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppSearchShortcutInfoTest.java47 final Intent shortcutIntent = new Intent(Intent.ACTION_VIEW); in testBuildShortcutAndGetValue() local
/aosp12/packages/apps/Settings/src/com/android/settings/shortcut/
H A DCreateShortcutPreferenceController.java144 Intent createResultIntent(Intent shortcutIntent, ResolveInfo resolveInfo, in createResultIntent()
211 private static ShortcutInfo createShortcutInfo(Context context, Intent shortcutIntent, in createShortcutInfo()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
H A DCustomShortcutConfigActivity.java42 Intent shortcutIntent = createShortcutResultIntent( in onCreate() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A DShortcutIntentBuilder.java124 void onShortcutIntentCreated(Uri uri, Intent shortcutIntent); in onShortcutIntentCreated()
295 final Intent shortcutIntent = ImplicitIntentsUtil.getIntentForQuickContactLauncherShortcut( in createContactShortcutIntent() local
338 final Intent shortcutIntent = new Intent(shortcutAction, phoneUri); in createPhoneNumberShortcutIntent() local
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DSettingsInitialize.java142 final Intent shortcutIntent = info.getIntent(); in refreshExistingShortcuts() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactPickerFragment.java159 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { in onShortcutIntentCreated()
H A DPhoneNumberPickerFragment.java260 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { in onShortcutIntentCreated()
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DModifierShortcutManager.java313 final Intent shortcutIntent = getIntent(kcm, keyCode, metaState); in handleIntentShortcut() local