Searched refs:ShortcutIntentBuilder (Results 1 – 5 of 5) sorted by relevance
27 import com.android.contacts.ShortcutIntentBuilder;28 import com.android.contacts.ShortcutIntentBuilder.OnShortcutIntentCreatedListener;114 ShortcutIntentBuilder builder = new ShortcutIntentBuilder(getActivity(), this); in onItemClick()
31 import com.android.contacts.ShortcutIntentBuilder;32 import com.android.contacts.ShortcutIntentBuilder.OnShortcutIntentCreatedListener;255 ShortcutIntentBuilder builder = new ShortcutIntentBuilder(getActivity(), this); in startPhoneNumberShortcutIntent()
60 public class ShortcutIntentBuilder { class127 public ShortcutIntentBuilder(Context context, OnShortcutIntentCreatedListener listener) { in ShortcutIntentBuilder() method in ShortcutIntentBuilder
19 import static com.android.contacts.ShortcutIntentBuilder.INTENT_EXTRA_IGNORE_LAUNCH_ANIMATION;
108 import com.android.contacts.ShortcutIntentBuilder;109 import com.android.contacts.ShortcutIntentBuilder.OnShortcutIntentCreatedListener;2255 final ShortcutIntentBuilder builder = new ShortcutIntentBuilder(this, in createLauncherShortcutWithContact()