Searched refs:mIsUserProfile (Results 1 – 4 of 4) sorted by relevance
95 private final boolean mIsUserProfile; field in Contact129 mIsUserProfile = false; in Contact()170 mIsUserProfile = isUserProfile; in Contact()207 mIsUserProfile = from.mIsUserProfile; in Contact()472 return mIsUserProfile; in isUserProfile()
368 protected boolean mIsUserProfile; field in ContactEditorBaseFragment507 mIsUserProfile = savedState.getBoolean(KEY_IS_USER_PROFILE); in onCreate()632 outState.putBoolean(KEY_IS_USER_PROFILE, mIsUserProfile); in onSaveInstanceState()994 return mNewLocalProfile || mIsUserProfile; in isEditingUserProfile()1270 mIsUserProfile = isUserProfile; in setStateForExistingContact()1273 if (mIsUserProfile) { in setStateForExistingContact()
212 mReadOnlyDisplayName, mHasNewContact, mIsUserProfile); in bindEditors()381 if (!mIsUserProfile) { in onNameFieldChanged()
171 setStateForExistingContact(mReadOnlyDisplayName, mIsUserProfile, mRawContacts); in rebindEditorsForNewContact()