Home
last modified time | relevance | path

Searched refs:onShortcutIntentCreated (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DContactPickerFragment.java159 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { in onShortcutIntentCreated() method in ContactPickerFragment
161 mListener.onShortcutIntentCreated(shortcutIntent); in onShortcutIntentCreated()
DPhoneNumberPickerFragment.java260 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { in onShortcutIntentCreated() method in PhoneNumberPickerFragment
261 mListener.onShortcutIntentCreated(shortcutIntent); in onShortcutIntentCreated()
DOnContactPickerActionListener.java34 void onShortcutIntentCreated(Intent intent); in onShortcutIntentCreated() method
DOnPhoneNumberPickerActionListener.java42 void onShortcutIntentCreated(Intent intent); in onShortcutIntentCreated() method
/packages/apps/Contacts/src/com/android/contacts/
DShortcutIntentBuilder.java124 void onShortcutIntentCreated(Uri uri, Intent shortcutIntent); in onShortcutIntentCreated() method
310 mListener.onShortcutIntentCreated(contactUri, intent); in createContactShortcutIntent()
366 mListener.onShortcutIntentCreated(uri, intent); in createPhoneNumberShortcutIntent()
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactSelectionActivity.java524 public void onShortcutIntentCreated(Intent intent) { in onShortcutIntentCreated() method in ContactSelectionActivity.ContactPickerActionListener
543 public void onShortcutIntentCreated(Intent intent) { in onShortcutIntentCreated() method in ContactSelectionActivity.PhoneNumberPickerActionListener
562 public void onShortcutIntentCreated(Intent intent) { in onShortcutIntentCreated() method in ContactSelectionActivity.JoinContactActionListener
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java2259 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { in createLauncherShortcutWithContact()