Searched defs:personId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DContacts.java444 * @param personId the person who was contacted
448 public static void markAsContacted(ContentResolver resolver, long personId) { argument
449 Uri uri = ContentUris.withAppendedId(CONTENT_URI, personId);
482 * @param personId the person to add to the group
488 public static Uri addToMyContactsGroup(ContentResolver resolver, long personId) { argument
494 return addToGroup(resolver, personId, groupId);
501 * @param personId the person to add to the group
508 public static Uri addToGroup(ContentResolver resolver, long personId, String groupName) { argument
526 return addToGroup(resolver, personId, groupId);
533 * @param personId th
539 addToGroup(ContentResolver resolver, long personId, long groupId) argument
[all...]

Completed in 32 milliseconds