HomeSort by relevance Sort by last modified time
    Searched refs:mIsUserProfile (Results 1 - 2 of 2) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
Contact.java 90 private final boolean mIsUserProfile;
124 mIsUserProfile = false;
165 mIsUserProfile = isUserProfile;
202 mIsUserProfile = from.mIsUserProfile;
451 return mIsUserProfile;
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 327 private boolean mIsUserProfile = false;
493 mIsUserProfile = savedState.getBoolean(KEY_IS_USER_PROFILE);
572 mIsUserProfile = isUserProfile;
575 if (mIsUserProfile) {
711 bindEditorsForExistingContact(mDefaultDisplayName, mIsUserProfile, mRawContacts);
    [all...]

Completed in 158 milliseconds