Searched defs:onShortcutIntentCreated (Results 1 - 6 of 6) 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.java186 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { method in class:ContactPickerFragment
187 mListener.onShortcutIntentCreated(shortcutIntent);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DOnPhoneNumberPickerActionListener.java37 void onShortcutIntentCreated(Intent intent); method in interface:OnPhoneNumberPickerActionListener
H A DPhoneNumberPickerFragment.java285 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { method in class:PhoneNumberPickerFragment
286 mListener.onShortcutIntentCreated(shortcutIntent);
H A DShortcutIntentBuilder.java107 void onShortcutIntentCreated(Uri uri, Intent shortcutIntent); method in interface:ShortcutIntentBuilder.OnShortcutIntentCreatedListener
286 mListener.onShortcutIntentCreated(contactUri, intent);
313 mListener.onShortcutIntentCreated(uri, intent);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactSelectionActivity.java452 public void onShortcutIntentCreated(Intent intent) { method in class:ContactSelectionActivity.ContactPickerActionListener
508 public void onShortcutIntentCreated(Intent intent) { method in class:ContactSelectionActivity.PhoneNumberPickerActionListener

Completed in 171 milliseconds