Searched defs:mIsUserProfile (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DKindSectionView.java157 private boolean mIsUserProfile; field in class:KindSectionView
198 mIsUserProfile = isUserProfile;
346 if (!mIsUserProfile) {
H A DRawContactEditorView.java203 private boolean mIsUserProfile; field in class:RawContactEditorView
449 mIsUserProfile = isUserProfile;
770 final String accountLabel = mIsUserProfile
778 if (mHasNewContact && !mIsUserProfile && mAccounts.size() > 1) {
893 kindSectionView.setIsUserProfile(mIsUserProfile);
H A DContactEditorFragment.java358 protected boolean mIsUserProfile; field in class:ContactEditorFragment
498 mIsUserProfile = savedState.getBoolean(KEY_IS_USER_PROFILE);
614 outState.putBoolean(KEY_IS_USER_PROFILE, mIsUserProfile);
909 return mNewLocalProfile || mIsUserProfile;
1101 mIsUserProfile = isUserProfile;
1162 mIsUserProfile = isUserProfile;
1165 if (mIsUserProfile) {
1257 mHasNewContact, mIsUserProfile, mAccountWithDataSet,
/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DContact.java62 private final boolean mIsUserProfile; field in class:Contact
106 mIsUserProfile = false;
150 mIsUserProfile = isUserProfile;
186 mIsUserProfile = from.mIsUserProfile;
360 return mIsUserProfile;
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContact.java94 private final boolean mIsUserProfile; field in class:Contact
127 mIsUserProfile = false;
167 mIsUserProfile = isUserProfile;
203 mIsUserProfile = from.mIsUserProfile;
459 return mIsUserProfile;

Completed in 392 milliseconds