Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactPickerFragment.java159 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { in onShortcutIntentCreated() method in ContactPickerFragment
161 mListener.onShortcutIntentCreated(shortcutIntent); in onShortcutIntentCreated()
H A DOnContactPickerActionListener.java34 void onShortcutIntentCreated(Intent intent); in onShortcutIntentCreated() method
H A DOnPhoneNumberPickerActionListener.java42 void onShortcutIntentCreated(Intent intent); in onShortcutIntentCreated() method
H A DPhoneNumberPickerFragment.java260 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { in onShortcutIntentCreated() method in PhoneNumberPickerFragment
261 mListener.onShortcutIntentCreated(shortcutIntent); in onShortcutIntentCreated()
/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A 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()
/aosp12/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactSelectionActivity.java527 public void onShortcutIntentCreated(Intent intent) { in onShortcutIntentCreated() method in ContactSelectionActivity.ContactPickerActionListener
546 public void onShortcutIntentCreated(Intent intent) { in onShortcutIntentCreated() method in ContactSelectionActivity.PhoneNumberPickerActionListener
565 public void onShortcutIntentCreated(Intent intent) { in onShortcutIntentCreated() method in ContactSelectionActivity.JoinContactActionListener
/aosp12/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java2259 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { in createLauncherShortcutWithContact()