Searched refs:contactLookupUri (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DOnContactBrowserActionListener.java35 * @param contactLookupUri The lookup-uri of the contact that should be opened
37 void onViewContactAction(int position, Uri contactLookupUri, boolean isEnterpriseContact); argument
H A DOnContactPickerActionListener.java44 void onEditContactAction(Uri contactLookupUri); argument
H A DDefaultContactBrowseListFragment.java918 public void onViewContactAction(int position, Uri contactLookupUri, argument
923 contactLookupUri, QuickContactActivity.MODE_FULLY_EXPANDED, null);
946 getActivity(), contactLookupUri, previousScreen);
/packages/apps/Contacts/src/com/android/contacts/util/
H A DImplicitIntentsUtil.java103 public static void startQuickContact(Activity activity, Uri contactLookupUri, argument
105 startQuickContact(activity, contactLookupUri, previousScreenType, /* requestCode */ -1);
111 public static void startQuickContactForResult(Activity activity, Uri contactLookupUri, argument
113 startQuickContact(activity, contactLookupUri, previousScreenType, requestCode);
116 private static void startQuickContact(Activity activity, Uri contactLookupUri, argument
119 activity, contactLookupUri, previousScreenType);
134 public static Intent composeQuickContactIntent(Context context, Uri contactLookupUri, argument
136 return composeQuickContactIntent(context, contactLookupUri,
143 public static Intent composeQuickContactIntent(Context context, Uri contactLookupUri, argument
147 intent.setData(contactLookupUri);
[all...]
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorUtils.java52 * Returns a legacy version of the given contactLookupUri if a legacy Uri was originally
55 * @param contactLookupUri The Uri to possibly convert to legacy format.
59 static Uri maybeConvertToLegacyLookupUri(Context context, Uri contactLookupUri, argument
67 context.getContentResolver(), contactLookupUri));
72 return contactLookupUri;
H A DAggregationSuggestionView.java43 void onEditAction(Uri contactLookupUri, long rawContactId); argument
H A DContactEditorFragment.java250 void onEditOtherRawContactRequested(Uri contactLookupUri, long rawContactId, argument
1421 Uri contactLookupUri, Long joinContactId) {
1432 final String displayName = getNameToDisplay(contactLookupUri);
1450 if (saveSucceeded && contactLookupUri != null) {
1452 mContext, contactLookupUri, mLookupUri);
1471 if (saveSucceeded && contactLookupUri != null && joinContactId != null) {
1476 if (saveSucceeded && contactLookupUri != null) {
1480 load(Intent.ACTION_EDIT, contactLookupUri, null);
1489 mListener.onContactSplit(contactLookupUri);
1500 * @param contactLookupUri th
1420 onSaveCompleted(boolean hadChanges, int saveMode, boolean saveSucceeded, Uri contactLookupUri, Long joinContactId) argument
1502 showJoinAggregateActivity(Uri contactLookupUri) argument
1611 onEditAction(Uri contactLookupUri, long rawContactId) argument
[all...]
/packages/apps/EmergencyInfo/src/com/android/emergency/
H A DEmergencyContactManager.java46 final Uri contactLookupUri =
92 return new Contact(contactLookupUri, phoneUri, name, phoneNumber, phoneType, photo);
140 public Contact(Uri contactLookupUri, argument
146 mContactLookupUri = contactLookupUri;
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactEditorActivity.java187 Uri contactLookupUri, Long joinContactId);
304 Uri contactLookupUri, long rawContactId, ArrayList<ContentValues> values) {
306 ContactEditorActivity.this, contactLookupUri, rawContactId, values);
186 onSaveCompleted(boolean hadChanges, int saveMode, boolean saveSucceeded, Uri contactLookupUri, Long joinContactId) argument
H A DContactSelectionActivity.java512 public void onEditContactAction(Uri contactLookupUri) { argument
514 ContactSelectionActivity.this, contactLookupUri, /* materialPalette =*/ null,
570 public void onEditContactAction(Uri contactLookupUri) { argument
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DContactTileView.java175 Uri contactLookupUri, Rect viewRect, CallSpecificAppData callSpecificAppData);
174 onContactSelected( Uri contactLookupUri, Rect viewRect, CallSpecificAppData callSpecificAppData) argument
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DContactHeaderWidget.java528 * @param contactLookupUri a {Contacts.CONTENT_LOOKUP_URI} style URI.
530 public void bindFromContactLookupUri(Uri contactLookupUri) { argument
531 bindFromContactUriInternal(contactLookupUri, true /* reset query handler */);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java1074 Uri contactLookupUri = ContactsContract.Contacts.getLookupUri(contactId, lookupKey);
1075 Uri entityUri = Uri.withAppendedPath(contactLookupUri, Contacts.Entity.CONTENT_DIRECTORY);
1079 contactLookupUri = ContactsContract.Contacts.getLookupUri(contactId + 1, lookupKey);
1080 entityUri = Uri.withAppendedPath(contactLookupUri, Contacts.Entity.CONTENT_DIRECTORY);
1084 contactLookupUri = Uri.withAppendedPath(Contacts.CONTENT_LOOKUP_URI, lookupKey);
1085 entityUri = Uri.withAppendedPath(contactLookupUri, Contacts.Entity.CONTENT_DIRECTORY);

Completed in 366 milliseconds