Home
last modified time | relevance | path

Searched refs:setStateForExistingContact (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorBaseFragment.java1191 setStateForExistingContact(readOnlyDisplayName, contact.isUserProfile(), mRawContacts); in setState()
1260 protected void setStateForExistingContact(String readOnlyDisplayName, boolean isUserProfile, in setStateForExistingContact() method in ContactEditorBaseFragment
DContactEditorFragment.java171 setStateForExistingContact(mReadOnlyDisplayName, mIsUserProfile, mRawContacts); in rebindEditorsForNewContact()