Home
last modified time | relevance | path

Searched refs:mIsUserProfile (Results 1 – 4 of 4) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DContact.java95 private final boolean mIsUserProfile; field in Contact
129 mIsUserProfile = false; in Contact()
170 mIsUserProfile = isUserProfile; in Contact()
207 mIsUserProfile = from.mIsUserProfile; in Contact()
472 return mIsUserProfile; in isUserProfile()
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorBaseFragment.java368 protected boolean mIsUserProfile; field in ContactEditorBaseFragment
507 mIsUserProfile = savedState.getBoolean(KEY_IS_USER_PROFILE); in onCreate()
632 outState.putBoolean(KEY_IS_USER_PROFILE, mIsUserProfile); in onSaveInstanceState()
994 return mNewLocalProfile || mIsUserProfile; in isEditingUserProfile()
1270 mIsUserProfile = isUserProfile; in setStateForExistingContact()
1273 if (mIsUserProfile) { in setStateForExistingContact()
DCompactContactEditorFragment.java212 mReadOnlyDisplayName, mHasNewContact, mIsUserProfile); in bindEditors()
381 if (!mIsUserProfile) { in onNameFieldChanged()
DContactEditorFragment.java171 setStateForExistingContact(mReadOnlyDisplayName, mIsUserProfile, mRawContacts); in rebindEditorsForNewContact()