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

/packages/apps/Contacts/src/com/android/contacts/
H A DContactLoader.java136 private final boolean mIsUserProfile; field in class:ContactLoader.Result
171 mIsUserProfile = false;
213 mIsUserProfile = isUserProfile;
251 mIsUserProfile = from.mIsUserProfile;
482 return mIsUserProfile;
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java300 private boolean mIsUserProfile = false; field in class:ContactEditorFragment
438 mIsUserProfile = savedState.getBoolean(KEY_IS_USER_PROFILE);
488 mIsUserProfile = data.isUserProfile();
491 if (mIsUserProfile) {
1224 return mNewLocalProfile || mIsUserProfile;
1586 outState.putBoolean(KEY_IS_USER_PROFILE, mIsUserProfile);

Completed in 52 milliseconds