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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorBaseFragment.java341 protected boolean mNewLocalProfile; field in class:ContactEditorBaseFragment
496 mNewLocalProfile = savedState.getBoolean(KEY_NEW_LOCAL_PROFILE);
612 outState.putBoolean(KEY_NEW_LOCAL_PROFILE, mNewLocalProfile);
1004 return mNewLocalProfile || mIsUserProfile;
1086 if (mNewLocalProfile) {
1252 if (mNewLocalProfile) {
1401 mNewLocalProfile =
H A DContactEditorFragment.java217 if (mHasNewContact && !mNewLocalProfile && accounts.size() > 1) {

Completed in 68 milliseconds