Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java333 protected boolean mNewLocalProfile; field in ContactEditorFragment
500 mNewLocalProfile = savedState.getBoolean(KEY_NEW_LOCAL_PROFILE); in onCreate()
625 outState.putBoolean(KEY_NEW_LOCAL_PROFILE, mNewLocalProfile); in onSaveInstanceState()
948 return mNewLocalProfile || mIsUserProfile; in isEditingUserProfile()
1053 if (mNewLocalProfile) { in selectAccountAndCreateContact()
1184 if (mNewLocalProfile) { in createNewRawContactDelta()
1414 mNewLocalProfile = in load()