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

  /packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java 152 private final boolean mIsUserProfile;
187 mIsUserProfile = false;
229 mIsUserProfile = isUserProfile;
267 mIsUserProfile = from.mIsUserProfile;
525 return mIsUserProfile;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 300 private boolean mIsUserProfile = false;
434 mIsUserProfile = savedState.getBoolean(KEY_IS_USER_PROFILE);
485 mIsUserProfile = contact.isUserProfile();
488 if (mIsUserProfile) {
    [all...]

Completed in 1050 milliseconds