예제 #1
0
 /**
  * Set the list of phone numbers for this contact
  *
  * @param phoneNumbers The new list of phone numbers for this contact
  * @see #getPhoneNumbers()
  */
 public void setPhoneNumbers(ArrayList<PhoneNumber> phoneNumbers) {
   mDetails.setPhoneNumbers(phoneNumbers);
   // notifyOnObjectChangedListener();
 }