Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorBaseFragment.java331 protected boolean mNewLocalProfile; field in ContactEditorBaseFragment
487 mNewLocalProfile = savedState.getBoolean(KEY_NEW_LOCAL_PROFILE); in onCreate()
608 outState.putBoolean(KEY_NEW_LOCAL_PROFILE, mNewLocalProfile); in onSaveInstanceState()
994 return mNewLocalProfile || mIsUserProfile; in isEditingUserProfile()
1067 if (mNewLocalProfile) { in selectAccountAndCreateContact()
1250 if (mNewLocalProfile) { in createNewRawContactDelta()
1366 mNewLocalProfile = in load()
DContactEditorFragment.java233 if (mHasNewContact && !mNewLocalProfile && accounts.size() > 1) { in bindEditors()