Searched defs:shortcutIntent (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactPickerFragment.java186 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { argument
187 mListener.onShortcutIntentCreated(shortcutIntent);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DInstallShortcutReceiver.java167 Intent shortcutIntent) {
170 launchIntent = shortcutIntent;
166 PendingInstallShortcutInfo(Intent rawData, String shortcutName, Intent shortcutIntent) argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DInstallShortcutReceiver.java203 Intent shortcutIntent) {
206 launchIntent = shortcutIntent;
202 PendingInstallShortcutInfo(Intent rawData, String shortcutName, Intent shortcutIntent) argument
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DPhoneNumberPickerFragment.java285 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { argument
286 mListener.onShortcutIntentCreated(shortcutIntent);
H A DShortcutIntentBuilder.java105 * @param shortcutIntent resulting shortcut intent.
107 void onShortcutIntentCreated(Uri uri, Intent shortcutIntent); argument
257 Intent shortcutIntent = new Intent(ContactsContract.QuickContact.ACTION_QUICK_CONTACT);
263 shortcutIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
266 shortcutIntent.putExtra(INTENT_EXTRA_IGNORE_LAUNCH_ANIMATION, true);
268 shortcutIntent.setDataAndType(contactUri, contentType);
269 shortcutIntent.putExtra(ContactsContract.QuickContact.EXTRA_MODE,
271 shortcutIntent.putExtra(ContactsContract.QuickContact.EXTRA_EXCLUDE_MIMES,
278 intent.putExtra(Intent.EXTRA_SHORTCUT_INTENT, shortcutIntent);
305 Intent shortcutIntent
[all...]

Completed in 163 milliseconds