Home
last modified time | relevance | path

Searched refs:ShortcutIntentBuilder (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DContactPickerFragment.java27 import com.android.contacts.ShortcutIntentBuilder;
28 import com.android.contacts.ShortcutIntentBuilder.OnShortcutIntentCreatedListener;
114 ShortcutIntentBuilder builder = new ShortcutIntentBuilder(getActivity(), this); in onItemClick()
DPhoneNumberPickerFragment.java31 import com.android.contacts.ShortcutIntentBuilder;
32 import com.android.contacts.ShortcutIntentBuilder.OnShortcutIntentCreatedListener;
255 ShortcutIntentBuilder builder = new ShortcutIntentBuilder(getActivity(), this); in startPhoneNumberShortcutIntent()
/packages/apps/Contacts/src/com/android/contacts/
DShortcutIntentBuilder.java60 public class ShortcutIntentBuilder { class
127 public ShortcutIntentBuilder(Context context, OnShortcutIntentCreatedListener listener) { in ShortcutIntentBuilder() method in ShortcutIntentBuilder
/packages/apps/Contacts/src/com/android/contacts/util/
DImplicitIntentsUtil.java19 import static com.android.contacts.ShortcutIntentBuilder.INTENT_EXTRA_IGNORE_LAUNCH_ANIMATION;
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java108 import com.android.contacts.ShortcutIntentBuilder;
109 import com.android.contacts.ShortcutIntentBuilder.OnShortcutIntentCreatedListener;
2255 final ShortcutIntentBuilder builder = new ShortcutIntentBuilder(this, in createLauncherShortcutWithContact()