Searched refs:onShortcutIntentCreated (Results 1 - 8 of 8) 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.java42 void onShortcutIntentCreated(Intent intent); method in interface:OnPhoneNumberPickerActionListener
H A DShortcutIntentBuilder.java118 void onShortcutIntentCreated(Uri uri, Intent shortcutIntent); method in interface:ShortcutIntentBuilder.OnShortcutIntentCreatedListener
301 mListener.onShortcutIntentCreated(contactUri, intent);
340 mListener.onShortcutIntentCreated(uri, intent);
H A DPhoneNumberPickerFragment.java323 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { method in class:PhoneNumberPickerFragment
324 mListener.onShortcutIntentCreated(shortcutIntent);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactSelectionActivity.java415 public void onShortcutIntentCreated(Intent intent) { method in class:ContactSelectionActivity.ContactPickerActionListener
434 public void onShortcutIntentCreated(Intent intent) { method in class:ContactSelectionActivity.PhoneNumberPickerActionListener
453 public void onShortcutIntentCreated(Intent intent) { method in class:ContactSelectionActivity.JoinContactActionListener
/packages/apps/Dialer/src/com/android/dialer/
H A DDialtactsActivity.java1314 public void onShortcutIntentCreated(Intent intent) { method in class:DialtactsActivity
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java2727 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) {

Completed in 121 milliseconds