Home
last modified time | relevance | path

Searched defs:onShortcutIntentCreated (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DOnContactPickerActionListener.java34 void onShortcutIntentCreated(Intent intent); in onShortcutIntentCreated() method
H A DOnPhoneNumberPickerActionListener.java42 void onShortcutIntentCreated(Intent intent); in onShortcutIntentCreated() method
H A DContactPickerFragment.java159 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { in onShortcutIntentCreated() method in ContactPickerFragment
H A DPhoneNumberPickerFragment.java260 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { in onShortcutIntentCreated() method in PhoneNumberPickerFragment
/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/
H A DShortcutIntentBuilder.java124 void onShortcutIntentCreated(Uri uri, Intent shortcutIntent); in onShortcutIntentCreated() method