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

/packages/apps/Contacts/src/com/android/contacts/model/
H A DContact.java90 private final boolean mIsUserProfile; field in class:Contact
125 mIsUserProfile = false;
167 mIsUserProfile = isUserProfile;
205 mIsUserProfile = from.mIsUserProfile;
463 return mIsUserProfile;
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java326 private boolean mIsUserProfile = false; field in class:ContactEditorFragment
492 mIsUserProfile = savedState.getBoolean(KEY_IS_USER_PROFILE);
571 mIsUserProfile = isUserProfile;
574 if (mIsUserProfile) {
710 bindEditorsForExistingContact(mDefaultDisplayName, mIsUserProfile, mRawContacts);
1323 return mNewLocalProfile || mIsUserProfile;
1663 outState.putBoolean(KEY_IS_USER_PROFILE, mIsUserProfile);

Completed in 54 milliseconds