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

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

Completed in 71 milliseconds