Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DContactLoader.java152 private final boolean mIsUserProfile; field in ContactLoader.Result
187 mIsUserProfile = false; in Result()
229 mIsUserProfile = isUserProfile; in Result()
267 mIsUserProfile = from.mIsUserProfile; in Result()
525 return mIsUserProfile; in isUserProfile()
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java300 private boolean mIsUserProfile = false; field in ContactEditorFragment
434 mIsUserProfile = savedState.getBoolean(KEY_IS_USER_PROFILE); in onCreate()
485 mIsUserProfile = contact.isUserProfile(); in bindEditorsForExistingContact()
488 if (mIsUserProfile) { in bindEditorsForExistingContact()
1224 return mNewLocalProfile || mIsUserProfile; in isEditingUserProfile()
1568 outState.putBoolean(KEY_IS_USER_PROFILE, mIsUserProfile);