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

/frameworks/base/core/java/android/provider/
H A DContacts.java443 * @param personId the person who was contacted
447 public static void markAsContacted(ContentResolver resolver, long personId) { argument
448 Uri uri = ContentUris.withAppendedId(CONTENT_URI, personId);
481 * @param personId the person to add to the group
487 public static Uri addToMyContactsGroup(ContentResolver resolver, long personId) { argument
493 return addToGroup(resolver, personId, groupId);
500 * @param personId the person to add to the group
507 public static Uri addToGroup(ContentResolver resolver, long personId, String groupName) { argument
525 return addToGroup(resolver, personId, groupId);
532 * @param personId th
538 addToGroup(ContentResolver resolver, long personId, long groupId) argument
[all...]

Completed in 113 milliseconds