Searched refs:OnShortcutIntentCreatedListener (Results 1 – 4 of 4) sorted by relevance
28 import com.android.contacts.ShortcutIntentBuilder.OnShortcutIntentCreatedListener;35 implements OnShortcutIntentCreatedListener {
32 import com.android.contacts.ShortcutIntentBuilder.OnShortcutIntentCreatedListener;38 implements OnShortcutIntentCreatedListener, PhoneNumberListAdapter.Listener {
96 private final OnShortcutIntentCreatedListener mListener;115 public interface OnShortcutIntentCreatedListener { interface in ShortcutIntentBuilder127 public ShortcutIntentBuilder(Context context, OnShortcutIntentCreatedListener listener) { in ShortcutIntentBuilder()
109 import com.android.contacts.ShortcutIntentBuilder.OnShortcutIntentCreatedListener;2256 new OnShortcutIntentCreatedListener() { in createLauncherShortcutWithContact()