Searched refs:onShortcutIntentCreated (Results 1 – 7 of 7) sorted by relevance
159 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { in onShortcutIntentCreated() method in ContactPickerFragment161 mListener.onShortcutIntentCreated(shortcutIntent); in onShortcutIntentCreated()
260 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { in onShortcutIntentCreated() method in PhoneNumberPickerFragment261 mListener.onShortcutIntentCreated(shortcutIntent); in onShortcutIntentCreated()
34 void onShortcutIntentCreated(Intent intent); in onShortcutIntentCreated() method
42 void onShortcutIntentCreated(Intent intent); in onShortcutIntentCreated() method
124 void onShortcutIntentCreated(Uri uri, Intent shortcutIntent); in onShortcutIntentCreated() method310 mListener.onShortcutIntentCreated(contactUri, intent); in createContactShortcutIntent()366 mListener.onShortcutIntentCreated(uri, intent); in createPhoneNumberShortcutIntent()
524 public void onShortcutIntentCreated(Intent intent) { in onShortcutIntentCreated() method in ContactSelectionActivity.ContactPickerActionListener543 public void onShortcutIntentCreated(Intent intent) { in onShortcutIntentCreated() method in ContactSelectionActivity.PhoneNumberPickerActionListener562 public void onShortcutIntentCreated(Intent intent) { in onShortcutIntentCreated() method in ContactSelectionActivity.JoinContactActionListener
2259 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { in createLauncherShortcutWithContact()