Home
last modified time | relevance | path

Searched refs:isUserProfile (Results 1 – 11 of 11) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactEntryListAdapter.java528 if (!isUserProfile(position) in getItemViewType()
651 protected boolean isUserProfile(int position) { in isUserProfile() method in ContactEntryListAdapter
654 boolean isUserProfile = false; in isUserProfile()
665 isUserProfile = cursor.getInt(profileColumnIndex) == 1; in isUserProfile()
672 return isUserProfile; in isUserProfile()
/packages/apps/Contacts/src/com/android/contacts/detail/
DContactDisplayUtils.java160 boolean isUserProfile, boolean isStarred) { in configureStarredImageView() argument
162 if (!isDirectoryEntry && !isUserProfile) { in configureStarredImageView()
180 boolean isUserProfile, boolean isStarred) { in configureStarredMenuItem() argument
182 if (!isDirectoryEntry && !isUserProfile) { in configureStarredMenuItem()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java417 int presence, String status, int chatMode, boolean isUserProfile) { in insertStatusUpdate() argument
419 isUserProfile); in insertStatusUpdate()
423 int presence, String status, long timestamp, int chatMode, boolean isUserProfile) { in insertStatusUpdate() argument
428 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile); in insertStatusUpdate()
438 boolean isUserProfile) { in insertStatusUpdate() argument
441 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile); in insertStatusUpdate()
446 boolean isUserProfile) { in insertStatusUpdate() argument
458 Uri insertUri = isUserProfile in insertStatusUpdate()
DContactsProvider2Test.java8996 long groupId, int chatMode, boolean isUserProfile) { in createContact() argument
8998 presenceStatus, timesContacted, starred, groupId, chatMode, isUserProfile)); in createContact()
9012 long groupId, int chatMode, boolean isUserProfile) { in createRawContact() argument
9014 timesContacted, starred, groupId, chatMode, isUserProfile); in createRawContact()
9027 boolean isUserProfile) { in createRawContact() argument
9033 Uri insertionUri = isUserProfile in createRawContact()
9049 chatMode, isUserProfile); in createRawContact()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DContact.java147 boolean isUserProfile) { in Contact() argument
170 mIsUserProfile = isUserProfile; in Contact()
471 public boolean isUserProfile() { in isUserProfile() method in Contact
DContactLoader.java594 if (!contactData.isUserProfile()) { in loadInvitableAccountTypes()
641 final boolean isUserProfile = cursor.getInt(ContactQuery.IS_USER_PROFILE) == 1; in loadContactHeaderData()
654 customRingtone, isUserProfile); in loadContactHeaderData()
/packages/apps/Contacts/src/com/android/contacts/editor/
DCompactRawContactsEditorView.java284 boolean isUserProfile) { in setState() argument
303 addAccountInfo(rawContactDeltas, hasNewContact, readOnlyDisplayName, isUserProfile); in setState()
317 String readOnlyDisplayName, boolean isUserProfile) { in addAccountInfo() argument
359 isUserProfile, defaultAccountRawContactDelta.getAccountName(), accountType); in addAccountInfo()
DContactEditorBaseFragment.java1180 if (!contact.isUserProfile() && !contact.isWritableContact(mContext)) { in setState()
1191 setStateForExistingContact(readOnlyDisplayName, contact.isUserProfile(), mRawContacts); in setState()
1260 protected void setStateForExistingContact(String readOnlyDisplayName, boolean isUserProfile, in setStateForExistingContact() argument
1270 mIsUserProfile = isUserProfile; in setStateForExistingContact()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DInvisibleContactUtil.java37 if (contactData.isUserProfile()) return false; in isInvisibleAndAddable()
DQuickContactActivity.java2295 mContactData.isDirectoryEntry(), mContactData.isUserProfile(), in toggleStar()
2357 if (mContactData == null || mContactData.isUserProfile() || in isShortcutCreatable()
2380 mContactData.isDirectoryEntry(), mContactData.isUserProfile(), in onPrepareOptionsMenu()
/packages/apps/Contacts/src/com/android/contacts/activities/
DAttachPhotoActivity.java335 contact.isUserProfile(), in saveToContact()