Searched defs:onShortcutIntentCreated (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DOnContactPickerActionListener.java34 void onShortcutIntentCreated(Intent intent); method in interface:OnContactPickerActionListener
H A DContactPickerFragment.java198 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { method in class:ContactPickerFragment
200 mListener.onShortcutIntentCreated(shortcutIntent);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DOnPhoneNumberPickerActionListener.java45 void onShortcutIntentCreated(Intent intent); method in interface:OnPhoneNumberPickerActionListener
H A DPhoneNumberPickerFragment.java300 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { method in class:PhoneNumberPickerFragment
301 mListener.onShortcutIntentCreated(shortcutIntent);
H A DShortcutIntentBuilder.java118 void onShortcutIntentCreated(Uri uri, Intent shortcutIntent); method in interface:ShortcutIntentBuilder.OnShortcutIntentCreatedListener
301 mListener.onShortcutIntentCreated(contactUri, intent);
330 mListener.onShortcutIntentCreated(uri, intent);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactSelectionActivity.java441 public void onShortcutIntentCreated(Intent intent) { method in class:ContactSelectionActivity.ContactPickerActionListener
502 public void onShortcutIntentCreated(Intent intent) { method in class:ContactSelectionActivity.PhoneNumberPickerActionListener
520 public void onShortcutIntentCreated(Intent intent) { method in class:ContactSelectionActivity.JoinContactActionListener
/packages/apps/Dialer/src/com/android/dialer/
H A DDialtactsActivity.java1255 public void onShortcutIntentCreated(Intent intent) { method in class:DialtactsActivity

Completed in 132 milliseconds