HomeSort by relevance Sort by last modified time
    Searched refs:onShortcutIntentCreated (Results 1 - 8 of 8) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
OnContactPickerActionListener.java 34 void onShortcutIntentCreated(Intent intent);
ContactPickerFragment.java 198 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) {
200 mListener.onShortcutIntentCreated(shortcutIntent);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
OnPhoneNumberPickerActionListener.java 45 void onShortcutIntentCreated(Intent intent);
ShortcutIntentBuilder.java 118 void onShortcutIntentCreated(Uri uri, Intent shortcutIntent);
301 mListener.onShortcutIntentCreated(contactUri, intent);
330 mListener.onShortcutIntentCreated(uri, intent);
PhoneNumberPickerFragment.java 300 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) {
301 mListener.onShortcutIntentCreated(shortcutIntent);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactSelectionActivity.java 441 public void onShortcutIntentCreated(Intent intent) {
502 public void onShortcutIntentCreated(Intent intent) {
520 public void onShortcutIntentCreated(Intent intent) {
  /packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java     [all...]

Completed in 358 milliseconds