Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DImplicitIntentsUtil.java103 public static void startQuickContact(Activity activity, Uri contactLookupUri, in startQuickContact() method in ImplicitIntentsUtil
105 startQuickContact(activity, contactLookupUri, previousScreenType, /* requestCode */ -1); in startQuickContact()
113 startQuickContact(activity, contactLookupUri, previousScreenType, requestCode); in startQuickContactForResult()
116 private static void startQuickContact(Activity activity, Uri contactLookupUri, in startQuickContact() method in ImplicitIntentsUtil
/packages/apps/Contacts/src/com/android/contacts/preference/
DDisplayOptionsPreferenceFragment.java362 ImplicitIntentsUtil.startQuickContact(getActivity(), uri, ScreenType.ME_CONTACT);
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupMembersFragment.java798 ImplicitIntentsUtil.startQuickContact( in onItemClick()
/packages/apps/Contacts/src/com/android/contacts/activities/
DPeopleActivity.java509 ImplicitIntentsUtil.startQuickContact( in processIntent()
/packages/apps/Contacts/src/com/android/contacts/list/
DDefaultContactBrowseListFragment.java945 ImplicitIntentsUtil.startQuickContact( in onViewContactAction()