Home
last modified time | relevance | path

Searched refs:OnShortcutIntentCreatedListener (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DContactPickerFragment.java28 import com.android.contacts.ShortcutIntentBuilder.OnShortcutIntentCreatedListener;
35 implements OnShortcutIntentCreatedListener {
DPhoneNumberPickerFragment.java32 import com.android.contacts.ShortcutIntentBuilder.OnShortcutIntentCreatedListener;
38 implements OnShortcutIntentCreatedListener, PhoneNumberListAdapter.Listener {
/packages/apps/Contacts/src/com/android/contacts/
DShortcutIntentBuilder.java96 private final OnShortcutIntentCreatedListener mListener;
115 public interface OnShortcutIntentCreatedListener { interface in ShortcutIntentBuilder
127 public ShortcutIntentBuilder(Context context, OnShortcutIntentCreatedListener listener) { in ShortcutIntentBuilder()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java109 import com.android.contacts.ShortcutIntentBuilder.OnShortcutIntentCreatedListener;
2256 new OnShortcutIntentCreatedListener() { in createLauncherShortcutWithContact()