Home
last modified time | relevance | path

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

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