Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/contacts/common/model/
DContact.java62 private final boolean mIsUserProfile; field in Contact
106 mIsUserProfile = false; in Contact()
150 mIsUserProfile = isUserProfile; in Contact()
186 mIsUserProfile = from.mIsUserProfile; in Contact()
360 return mIsUserProfile; in isUserProfile()
/packages/apps/Contacts/src/com/android/contacts/model/
DContact.java94 private final boolean mIsUserProfile; field in Contact
127 mIsUserProfile = false; in Contact()
167 mIsUserProfile = isUserProfile; in Contact()
203 mIsUserProfile = from.mIsUserProfile; in Contact()
459 return mIsUserProfile; in isUserProfile()
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java372 protected boolean mIsUserProfile; field in ContactEditorFragment
517 mIsUserProfile = savedState.getBoolean(KEY_IS_USER_PROFILE); in onCreate()
642 outState.putBoolean(KEY_IS_USER_PROFILE, mIsUserProfile); in onSaveInstanceState()
948 return mNewLocalProfile || mIsUserProfile; in isEditingUserProfile()
1142 mIsUserProfile = isUserProfile; in setStateForNewContact()
1203 mIsUserProfile = isUserProfile; in setStateForExistingContact()
1206 if (mIsUserProfile) { in setStateForExistingContact()
1298 mHasNewContact, mIsUserProfile, mAccountWithDataSet, in bindEditors()
DRawContactEditorView.java203 private boolean mIsUserProfile; field in RawContactEditorView
456 mIsUserProfile = isUserProfile; in setState()
777 final String accountLabel = mIsUserProfile in setAccountInfo()
785 if (mHasNewContact && !mIsUserProfile && mAccounts.size() > 1) { in setAccountInfo()
900 kindSectionView.setIsUserProfile(mIsUserProfile); in inflateKindSectionView()
DKindSectionView.java157 private boolean mIsUserProfile; field in KindSectionView
198 mIsUserProfile = isUserProfile; in setIsUserProfile()
359 if (!mIsUserProfile) { in addNameEditorViews()