/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
D | ContactEntryListAdapter.java | 528 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/ |
D | ContactDisplayUtils.java | 160 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/ |
D | BaseContactsProvider2Test.java | 417 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()
|
D | ContactsProvider2Test.java | 8996 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/ |
D | Contact.java | 147 boolean isUserProfile) { in Contact() argument 170 mIsUserProfile = isUserProfile; in Contact() 471 public boolean isUserProfile() { in isUserProfile() method in Contact
|
D | ContactLoader.java | 594 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/ |
D | CompactRawContactsEditorView.java | 284 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()
|
D | ContactEditorBaseFragment.java | 1180 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/ |
D | InvisibleContactUtil.java | 37 if (contactData.isUserProfile()) return false; in isInvisibleAndAddable()
|
D | QuickContactActivity.java | 2295 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/ |
D | AttachPhotoActivity.java | 335 contact.isUserProfile(), in saveToContact()
|