OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIsUserProfile
(Results
1 - 5
of
5
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
Contact.java
95
private final boolean
mIsUserProfile
;
129
mIsUserProfile
= false;
170
mIsUserProfile
= isUserProfile;
207
mIsUserProfile
= from.
mIsUserProfile
;
472
return
mIsUserProfile
;
/packages/apps/Contacts/src/com/android/contacts/editor/
CompactRawContactsEditorView.java
328
private boolean
mIsUserProfile
;
634
mIsUserProfile
= isUserProfile;
656
.getEntryToWrite(/* id =*/ -1, mPrimaryAccount,
mIsUserProfile
);
742
final Pair<String,String> accountInfo =
mIsUserProfile
753
if (mHasNewContact && !
mIsUserProfile
) {
759
} else if (
mIsUserProfile
|| !shouldHideAccountContainer(rawContactDeltas)) {
[
all
...]
ContactEditorBaseFragment.java
380
protected boolean
mIsUserProfile
;
516
mIsUserProfile
= savedState.getBoolean(KEY_IS_USER_PROFILE);
636
outState.putBoolean(KEY_IS_USER_PROFILE,
mIsUserProfile
);
793
if (mRawContactIdToDisplayAlone != -1 ||
mIsUserProfile
) {
[
all
...]
CompactKindSectionView.java
154
private boolean
mIsUserProfile
;
194
mIsUserProfile
= isUserProfile;
370
if (!
mIsUserProfile
) {
CompactContactEditorFragment.java
101
mHasNewContact,
mIsUserProfile
, mAccountWithDataSet);
Completed in 1624 milliseconds