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

  /packages/apps/Dialer/java/com/android/contacts/common/model/
Contact.java 62 private final boolean mIsUserProfile;
106 mIsUserProfile = false;
150 mIsUserProfile = isUserProfile;
186 mIsUserProfile = from.mIsUserProfile;
360 return mIsUserProfile;
  /packages/apps/Contacts/src/com/android/contacts/model/
Contact.java 94 private final boolean mIsUserProfile;
127 mIsUserProfile = false;
167 mIsUserProfile = isUserProfile;
203 mIsUserProfile = from.mIsUserProfile;
459 return mIsUserProfile;
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactEditorView.java 203 private boolean mIsUserProfile;
449 mIsUserProfile = isUserProfile;
770 final String accountLabel = mIsUserProfile
778 if (mHasNewContact && !mIsUserProfile && mAccounts.size() > 1) {
    [all...]
KindSectionView.java 157 private boolean mIsUserProfile;
198 mIsUserProfile = isUserProfile;
346 if (!mIsUserProfile) {
ContactEditorFragment.java 358 protected boolean mIsUserProfile;
498 mIsUserProfile = savedState.getBoolean(KEY_IS_USER_PROFILE);
614 outState.putBoolean(KEY_IS_USER_PROFILE, mIsUserProfile);
    [all...]

Completed in 182 milliseconds