HomeSort by relevance Sort by last modified time
    Searched refs:updateContact (Results 1 - 3 of 3) sorted by null

  /packages/services/Telephony/src/com/android/phone/settings/fdn/
EditFdnContactScreen.java 137 updateContact();
311 private void updateContact() {
312 if (DBG) log("updateContact");
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 142 updateContact(context, resolver, rawContact, updateServerId,
327 public static void updateContact(Context context, ContentResolver resolver,
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
Contact.java 593 updateContact(c);
600 // to false via updateContact.
729 private void updateContact(final Contact c) {
738 log("updateContact: contact changed for " + entry.mName);
760 // away the message items and rebuild, eventually calling updateContact()
    [all...]

Completed in 81 milliseconds